InterviewSolution
Saved Bookmarks
| 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) TreeMy doubt stems from Stack Operations topic in chapter Abstract Data Types of Data Structures & Algorithms II have been asked this question in an interview. |
|
Answer» The correct answer is (b) Stack |
|