Q208
What data structure would you most likely see in non recursive implementation of a recursive algorithm?
A.
Linked List
B.
Stack
AnswerC.
Queue
D.
Tree
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board