InterviewSolution
Saved Bookmarks
| 1. |
Tim sort begins sorting the given array by using which of the following sorting algorithm?(a) selection sort(b) quick sort(c) insertion sort(d) merge sortI have been asked this question during a job interview.I'm obligated to ask this question of Sorting topic in portion Sorting of Data Structures & Algorithms II |
|
Answer» The correct OPTION is (C) insertion sort |
|