Question: Select all the statements below which are TRUE: Counting sort is not a comparison sort. The number of leaves in the decision tree of a

Select all the statements below which are TRUE: Counting sort is not a comparison sort. The number of leaves in the decision tree of a comparison sort is 2 (n!) where n is the number of elements to be sorted. Merge sort is asymptotically optimal comparison sort Any sorting algorithm has running time (n) since it has to traverse the sequence of elements. Any comparison sort algorithm requires (nan) comparisons in the worst case Quick sort is not a comparison sort because it calls the PARTITION function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
