Q:

Which of the following is not true about comparison based sorting algorithms?

0

Which of the following is not true about comparison based sorting algorithms?


  1. The minimum possible time complexity of a comparison based sorting algorithm is O(nLogn) for a random input array
  2. Heap Sort is not a comparison based sorting algorithm
  3. Any comparison based sorting algorithm can be made stable by using position as a criteria when two elements are compared
  4. Counting Sort is not a comparison based sorting algortihm

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Correct Answer:

Heap Sort is not a comparison based sorting algorithm

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

ADA Algorithm MCQ Quiz (Multiple Choice Questions And Answers)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
which of the following is ALWAYS TRUE?... >>
<< What is recurrence for worst case of QuickSort and...