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
Write the steps involved in the insertion and deletion of an element in the stack.
What is faster array or arraylist?
What is the difference between ienumerable and list?
Are the expressions arr and &arr same for an array of integers?
What are priority queues?
Why is quicksort unstable?
How do stacks work?
Which sorting is best for large data?
What is height balanced tree?
What is hash value of a string?
What is a map programming?
Explain the term run-time stack?
Differentiate between the singly linked list and doubly linked list.
What is difference between array and string?
What is quick sort example?