FlashcardAdvanced
Breadth-First Search (BFS)
BFS explores level by level using a FIFO queue and finds shallowest goals.
Question
How does Breadth-First Search work and what are its key properties?
Click to reveal answer
BFS explores level by level using a FIFO queue and finds shallowest goals.
How does Breadth-First Search work and what are its key properties?