Vidyalelo
Data Structure · Q35

Applications of Data Structures

Programming · Data Structure · question 35

Q35

What data structure would you use for implementing a depth-first traversal in a maze?

A.
Queue
B.
Hash Table
C.
Stack
Answer
D.
Binary Search Tree

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board