InterviewSolution
Saved Bookmarks
| 1. |
What is the cut-off for switching from quick sort to heap sort in the implementation of introsort?(a) 16(b) n^2(c) n log(n)(d) 2 log (n)I have been asked this question in quiz.My question is taken from Sorting topic in chapter Sorting of Data Structures & Algorithms II |
|
Answer» Correct answer is (d) 2 log (n) |
|