Consider the following array.
Which algorithm out of the following options uses the least number of comparisons (among the array elements) to sort the above array in ascending order?
Selection sort
Mergesort
Insertion sort
Quicksort using the last element as pivot
This question is part of this quiz :
Top MCQs on Divide and Conquer Algorithm with Answers,GATE CS 2021 | Set 1