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