Question
What is a common use of Breadth-First Search?
Select an option. Your answer will be checked instantly.
Correct Answer: B. shortest paths in unweighted graphs
Explanation:
Breadth-First Search is commonly used for shortest paths in unweighted graphs.
Its design supports this task efficiently or naturally.
Leave a Reply