Multiple choice Which of the following statements is/are not true? Quick sort uses a pivot element to sort the array. Heap sort is a stable sort. Merge sort is a stable sort. Both (2) and (3) None of the above Reveal answer Fill a bubble to check yourself B Correct answer Explanation This is a wrong statement as heap sort does not preserve the order of values while sorting, hence it is an unstable sort.