Q35
What data structure would you use for implementing a depth-first traversal in a maze?
A.
Queue
B.
Hash Table
C.
Stack
AnswerD.
Binary Search Tree
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board