InterviewSolution
Saved Bookmarks
| 1. |
What is the auxiliary space complexity of a median of three quick sort?(a) O(1)(b) O(n)(c) O(log n)(d) O(n log n)I got this question in homework.Question is from Sorting topic in section Sorting of Data Structures & Algorithms II |
|
Answer» The CORRECT option is (c) O(log n) |
|