InterviewSolution
Saved Bookmarks
| 1. |
What is the auxiliary space complexity of randomized quick sort?(a) O(1)(b) O(n)(c) O(log n)(d) O(n log n)The question was posed to me in my homework.My question is based upon Sorting topic in section Sorting of Data Structures & Algorithms II |
|
Answer» Right choice is (C) O(LOG n) |
|