What data structure would you mostly likely see in a non
recursive implementation of a recursive algorithm?
Answer Posted / pavan
Stack
| Is This Answer Correct ? | 61 Yes | 2 No |
Post New Answer View All Answers
What do you mean by level of the tree?
Why quicksort is called quick?
Which of the collections allows null as the key?
How do we find duplicate elements in an array?
What is application of data structure?
Can you make an arraylist of arrays?
Define shortest path?
What is binary tree and its properties?
What is a threaded binary tree? Explain its operation with example?
What do you mean by sorting?
What is advantage and disadvantage of linked list?
What is default size of hashmap?
Construct a doubly linked list using a single pointer in each node?
What is binary search in programming?
Is unordered_map a hash table?