Multiple choice technology

Which of the following is not true?

  1. Quick sort partition algorithm is not in-place.

  2. Radix sort is stable.

  3. In merge sort, maximum complexity is involved in Merge sub-procedure.

  4. In quick sort, after recursive calls to partition algorithms, merging is not needed.

Reveal answer Fill a bubble to check yourself
A Correct answer