Sorting Algorithms - Study Mode
[#451] Which of the following combines qualities of MSD radix sort and LSD radix sort?
Correct Answer
(D) forward radix sort
[#452] Randomized quick sort is an in place sort.
Correct Answer
(A) true
[#453] In-place merge sort is a stable sort.
Correct Answer
(A) true
[#454] Tree sort is an online sorting algorithm.
Correct Answer
(A) True
[#455] What will be the number of passes to sort the elements using insertion sort? 14, 12,16, 6, 3, 10
Correct Answer
(B) 5