Data structure used in a non recursive implementation of a recursive algorithm - Stack
Q. What data structure would you mostly likely see in a non recursive implementation of a recursive algorithm?- Published on 23 Jun 15a. LinkList
b. Stack
c. Queue
d. Tree
ANSWER: Stack