InterviewSolution
Saved Bookmarks
| 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 |
|