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
What is the relationship between a queue and its underlying array?
Difference between calloc and malloc ?
Why do we use sorting?
What is a map in programming?
How are elements stored in hashset?
Can we change the size of an array at run time?
List all data structures you would use for a memory management module.
Explain the difference between a list and array.
What is non linear structure?
Explain singly linked list in short.
Write any two principles of gradation of structures.
Define forest?
What is significance of ” * ” ?
Which is better arraylist or linkedlist?
What are different dynamic memory allocation technique in c.