-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Link to Page
https://notes.bencuan.me/cs61b/algorithms/searching/breadth-first-search-bfs/
Short Description of Issue
a typo in the steps of breadth first search
What's wrong?
Now, we’ll move on to the next item on the queue, C, and do the same thing. Again, we won’t add C or A because they are both marked.
Proposed Solution
Now, we’ll move on to the next item on the queue, C, and do the same thing. Again, we won’t add B or A because they are both marked.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working