Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sarah Jane Olivas - Spruce - C16 #37

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

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