Sorting Algorithms - Study Mode
[#366] Which of the following is not true about radix sort?
Correct Answer
(B) Radix sort has better cache performance than quick sort
[#367] The Pancake Problems (1975, 1979, 1973) did NOT involve which of the following people?
Correct Answer
(D) John Goodman
[#368] Insertion sort is an online sorting algorithm.
Correct Answer
(A) true
[#369] LSD radix sort is faster than comparison sorts.
Correct Answer
(B) False
[#370] What is the average case time complexity of merge sort?
Correct Answer
(A) O(n log n)