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 15

a. LinkList
b. Stack
c. Queue
d. Tree

ANSWER: Stack
 

    Discussion

  • A.Rakesh    -Posted on 17 Jun 20
    Very helpful to competitive exams

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)