Sorting Algorithms - Study Mode

[#231] Which one of the following sorting algorithm requires recursion?
Correct Answer

(B) strand sort

[#232] How many comparisons will be required to sort the array arr={5, 4, 7, 1, 9} using bead sort?
Correct Answer

(D) 0

[#233] What is the other name for a shell sort algorithm?
Correct Answer

(A) Diminishing increment sort

[#234] Which of the following sorting algorithm is stable?
Correct Answer

(C) Bubble sort

[#235] Which of the following statement is not a stable sorting algorithm?
Correct Answer

(B) MSD radix sort