What data structure would you mostly likely see in a non recursive implementation of a recursive algorithm?
CTS,
3 22699What do you mean by Base case, Recursive case, Binding Time, Run-Time Stack and Tail Recursion?
TCS,
2 30607Explain quick sort and merge sort algorithms and derive the time-constraint relation for these.
MNB,
8782Post New Data Structures Questions
How will you sort the elements of array in descending order?
Is array static or dynamic?
What is the difference between linked list and array?
What do you know about different sorting algorithms?
Mention the advantages of representing stacks using linked lists than arrays?
What is difference between hashmap and hashset?
What is the difference between binary tree and binary search tree?
Define leaves?
Can value be null in treemap?
Can we use ordered set for performing binary search?
What is meant by balanced binary tree?
What is doubly linked list?
What is a list of lists?
Mention one advantage and disadvantage of using quadratic probing?
How remove all from arraylist?