1.

Which of the following sorting algorithms is used along with quick sort to sort the sub arrays?(a) Merge sort(b) Shell sort(c) Insertion sort(d) Bubble sortThe question was posed to me in homework.My question is from Quicksort topic in portion Sorting of Data Structures & Algorithms II

Answer»

The correct ANSWER is (c) INSERTION SORT

The best explanation: Insertion sort is used along with quick sort to sort the sub arrays.

It is used only at the END.



Discussion

No Comment Found

Related InterviewSolutions