Skip to content

Typo in Breadth First Search (BFS) #3

@HsHs-dev

Description

@HsHs-dev

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

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions