What data structure would you mostly likely see in a non
recursive implementation of a recursive algorithm?
Answer Posted / shweta
stack
| Is This Answer Correct ? | 36 Yes | 2 No |
Post New Answer View All Answers
Which is faster hashmap or treemap?
Differentiate between compilers and interpreters.
What are the advantages of modularity?
What method is used to place a value onto the top of a stack?
what is the biggest advantage of linked lists?
What is the purpose of sorting algorithms?
What is subtree?
Explain the uses of matrix with an example?
What things you would care about to improve the performance of application if its identified that its db communication that needs to be improved?
Name two algorithms two find minimum spanning tree?
What is bubble sort and quick sort?
where do you use double linked list?
What type of memory allocation is referred for Linked lists?
What is garbage collection in data structure?
What is the need for priority queue?