M Mr. Dubey • 100.69K Points Coach Q. Which of the following is not true about comparison based sorting algorithms? (A) the minimum possible time complexity of a comparison based sorting algorithm is o(nlogn) for a random input array (B) any comparison based sorting algorithm can be made stable by using position as a criteria when two elements are compared (C) counting sort is not a comparison based sorting algortihm (D) heap sort is not a comparison based sorting algorithm. Correct Answer - Option(D) Views: 788 Filed under category High Performance Computing Share
Discusssion
Login to discuss.