Sorting Algorithms - Study Mode
[#326] Choose the correct statement from the following.
Correct Answer
(B) any comparison based sorting can be made stable
[#327] What is the average time complexity of the median of three quick sort?
Correct Answer
(A) O(n log n)
[#328] Which of the following is not in place sorting algorithm by default?
Correct Answer
(A) merge sort
[#329] What is the auxiliary space requirement of cube sort?
Correct Answer
(A) O(n)
[#330] Auxiliary space requirement of cocktail sort is . . . . . . . .
Correct Answer
(C) O(1)