InterviewSolution
Saved Bookmarks
| 1. |
What is the auxiliary space requirement of introsort?(a) O(n)(b) O(n log n)(c) O(n^2)(d) O(log n)This question was addressed to me in final exam.Question is taken from Sorting topic in chapter Sorting of Data Structures & Algorithms II |
|
Answer» Correct CHOICE is (d) O(log N) |
|