Question
Which data structure or concept is best described as a graph traversal that explores vertices level by level?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Breadth-First Search
Explanation:
Breadth-First Search is a graph traversal that explores vertices level by level.
This description distinguishes it from the other choices.
Leave a Reply