Sorting Algorithms - Study Mode
[#401] Which of the following sorting algorithm is worst in terms of time complexity?
Correct Answer
(D) stooge sort
[#402] What is the best case complexity of selection sort?
Correct Answer
(D) O(n 2 )
[#403] Strand sort is a comparison based sorting algorithm.
Correct Answer
(A) true
[#404] Bubble sort is also known as . . . . . . . .
Correct Answer
(C) sinking sort
[#405] Which of the following non-comparison sort can also be considered as a comparison based sort?
Correct Answer
(C) bucket sort