1.

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

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


Discussion

No Comment Found