InterviewSolution
Saved Bookmarks
| 1. |
Which of the following algorithm is implemented internally in java when we use function arrays.sort()?(a) intro sort(b) quick sort(c) tim sort(d) merge sortThis question was posed to me in exam.I need to ask this question from Sorting topic in chapter Sorting of Data Structures & Algorithms II |
|
Answer» The CORRECT answer is (c) TIM sort |
|