Sorting Algorithms - Study Mode
[#376] Strand sort is a stable sorting algorithm.
Correct Answer
(A) true
[#377] Auxiliary space used by comb sort is . . . . . . . .
Correct Answer
(A) O(1)
[#378] Which of the following sorting algorithm requires the use of binary search in their implementation?
Correct Answer
(B) library sort
[#379] What is the best case time complexity Median of three quick sort?
Correct Answer
(B) O(n log n)
[#380] Tim sort is a comparison based sort.
Correct Answer
(A) true