Sorting Algorithms - Study Mode

[#131] What is a randomized QuickSort?
Correct Answer

(C) Any element in the array is chosen as the pivot

[#132] Which of the following is not an exchange sort?
Correct Answer

(D) Insertion Sort

[#133] Stooge sort is a comparison based sorting algorithm.
Correct Answer

(A) true

[#134] Bead sort is only applicable to positive integers.
Correct Answer

(A) true

[#135] Which of the following sorting algorithm has the same time complexity in every case?
Correct Answer

(A) stooge sort