Sorting Algorithms - Study Mode
[#176] What is the auxiliary space complexity of a median of three quick sort?
Correct Answer
(C) O(log n)
[#177] Sleep sort can be preferred over which of the following sorting algorithms for large number of input elements?
Correct Answer
(D) No sorting algorithm is preferred
[#178] What is the auxiliary space requirement of introsort?
Correct Answer
(D) O(log n)
[#179] An array that is first 7-sorted, then 5-sorted becomes . . . . . . . .
Correct Answer
(D) both 7-ordered and 5-ordered
[#180] How many recursive statements are used in the algorithm of stooge sort?
Correct Answer
(D) 3