Skip to content

Sarah Jane Olivas - Spruce - C16#37

Open
sjolivas wants to merge 3 commits intoAda-C16:masterfrom
sjolivas:master
Open

Sarah Jane Olivas - Spruce - C16#37
sjolivas wants to merge 3 commits intoAda-C16:masterfrom
sjolivas:master

Conversation

@sjolivas
Copy link

No description provided.

Copy link

@kyra-patton kyra-patton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐾🐶 Very nice work, Sarah. It looks like you have a solid understanding of breadth first search. Let me know what questions you have.

🟢

Comment on lines +8 to +9
Time Complexity: O(N+E) - each node and each edge will be explored
Space Complexity: O(N) - worst case - need to add each node to the Queue

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✨🦴

q = deque()
q.append(first)

while q:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐩 Very nice BFS implementation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants