Q196. Which search is implemented with an empty first-in-first-out queue?
✅ Correct Answer: B) Breadth-first search
Explanation: Because of FIFO queue, it will assure that the nodes that are visited first will be expanded first.
Q196. Which search is implemented with an empty first-in-first-out queue?
✅ Correct Answer: B) Breadth-first search
Explanation: Because of FIFO queue, it will assure that the nodes that are visited first will be expanded first.