Sorting Algorithms - Study Mode
[#191] Which of the following is not an example of non comparison sort?
Correct Answer
(A) bubble sort
[#192] Which of the following algorithm implementations is similar to that of an insertion sort?
Correct Answer
(A) Binary heap
[#193] Which of the following is not a stable sorting algorithm?
Correct Answer
(A) Quick sort
[#194] Which of the following sorting algorithm is only applicable to positive integers?
Correct Answer
(C) bead sort
[#195] In which case will tim sort will work as an insertion sort?
Correct Answer
(C) when no. of elements are less than size of run