Question: Select all the statements below which are TRUE: Quick sort and Insertion sort are not asymptotically optimal comparison sorts. Radix sort is a comparison sort.

Select all the statements below which are TRUE: Quick sort and Insertion sort are not asymptotically optimal comparison sorts. Radix sort is a comparison sort. Merge sort is not a comparison sort because it calls the MERGE function. Heap sort is asymptotically optimal comparison sort. Any sorting algorithm has running time Ohm(n) since it has to traverse the sequence of elements. Any comparison sort algorithm requires O(nlgn) comparisons in the worst case
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
