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
If I try to add enum constants to a treeset, what sorting order will it use?
Why is hashmap used?
Difference between hashset and treeset?
What is a circular singly linked list?
What happens if we try to insert duplicate key in hashmap?
How is hashmap o 1?
What do you mean by an Array?
Tell me do array subscripts always start with zero?
How to show internal storage representation of data structure in RDBM?
Define balance factor of a node in avl tree?
Explain pre-order and in-order tree traversal.
What is meant by binary tree traversal?
Which sorting algorithm is best for small data?
How do you reference all the elements in a one-dimension array?
What is a simple graph?