Code QuizAdvanced
BFS Frontier Order
Spot why this breadth-first search does not explore nodes in level order.
This is meant to be breadth-first search, but it behaves like depth-first. What is the bug?
Spot why this breadth-first search does not explore nodes in level order.
This is meant to be breadth-first search, but it behaves like depth-first. What is the bug?