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

Q & AWhat data structure would you mostly likely see in a non recursive implementation of a recursive algorithm?
Admin Staff asked 4 years ago

What data structure would you mostly likely see in a non recursive implementation of a recursive algorithm?
a) Linked List
b) Stack
c) Queue
d) Tree

1 Answers
Admin Staff answered 4 years ago

b) Stack