1.

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

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


Discussion

No Comment Found