Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:41 pm
by answerhappygod
a) Linked List
b) Stack
c) Queue
d) Tree