What data structure would you mostly likely see in a non recursive implementation of a recursive algorithm?
CTS,
3 21955What do you mean by Base case, Recursive case, Binding Time, Run-Time Stack and Tail Recursion?
TCS,
2 29855Explain quick sort and merge sort algorithms and derive the time-constraint relation for these.
MNB,
8562Post New Data Structures Questions
How does hashset work internally in java?
To describe the Complexity of Binary search, Quicksort and various other sorting and searching techniques..
Is queue fifo or lifo?
Can hashmap be sorted?
Which sorting algorithm has minimum number of swaps?
What are threaded binary trees?
What are the types of collision resolution strategies in open addressing?
Explain the internal working of a hash map?
Explain what is the data structures used to perform recursion?
Does arraylist allow null values?
Explain about circular linked list?
Why is quicksort unstable?
Write an algorithm to show the postfix expression with the input given as : a b + c d +*f ? .
Can we insert null in list?
Can you store different types in an array?