Q. |
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 |
Answer» B. Stack |
Login to Continue
It will take less than 2 minutes