What data structure would you mostly likely see in a non
recursive implementation of a recursive algorithm?
Answer Posted / karan
stack. Tree Travelsal is a very good example.
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
Explain circular linked list?
Does arraylist contain duplicates?
What are the difference between arraylist and linkedlist from the perspective of sorting?
Is tuple immutable?
What is a matrix? Explain its uses 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?
Write an algorithm to show various operations on ordered list and arrays
What is difference between array and arraylist? When will you use array over arraylist?
How many links are there in a binary tree of N nodes?
How do you sort large data?
Which data structures are used in bfs and dfs algorithm?
Can hashset contain duplicates?
What is difference between for loop and foreach?
What is queue in data structure?
What does map stand for?