Explain quick sort and merge sort algorithms and derive the
time-constraint relation for these.
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between an Array and ArrayList?
What is a reverse linked list.
What do you mean by balance factor of a node in avl tree?
What are the goals of data structure?
How to reverse singly link list?
What is internal and external sorting?
Differentiate linear from a nonlinear data structure?
What is bubble sort?
Which sorting algorithm has minimum number of swaps?
write a program to show the insertion and deletion of an element in an array using the position
an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].
How do you check if a stack is empty or not?