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
What is merge sort in daa?
What are the Differences between map and hashmap?
What are the major data structures used in the hierarchical data model?
Is list an array?
Mention some drawbacks of the linked list.
What are the advantages and disadvantages of copyonwritearraylist?
Discuss the difference between a stack and an Array?
Name few classes that implement collection interface?
What is the difference between null and void pointer in data structures?
What are the disadvantages of linear list?
What is a node in it?
Can a stack be described as a pointer? Explain.
What is adt in data structure with example?
Explain the Complete structure of hashmap along with the basic coding of the hashmap internal implementation.
Which sorting algorithm is best for large data?