InterviewSolution
Saved Bookmarks
| 1. |
Introsort begins sorting the given array by using which of the following sorting algorithm?(a) selection sort(b) quick sort(c) insertion sort(d) heap sortI have been asked this question in final exam.Question is taken from Sorting in chapter Sorting of Data Structures & Algorithms II |
|
Answer» Correct choice is (B) QUICK sort |
|