Vidyalelo
Data Structure · Q208

Introduction to Data Structures

Programming · Data Structure · question 208

Q208

What data structure would you most likely see in non recursive implementation of a recursive algorithm?

A.
Linked List
B.
Stack
Answer
C.
Queue
D.
Tree

Answer: Option B

Solution

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