Question
Which statement about Depth-First Search is correct?
Select an option. Your answer will be checked instantly.
Correct Answer: C. it typically uses recursion or a stack
Explanation:
The defining property is that it typically uses recursion or a stack.
The other statements describe different structures or concepts.
Leave a Reply