Exams
Subjects
Classes
Home
Algorithms
List of top Algorithms Questions on Sorting
Consider the following array:
\[ 23 32 45 69 72 73 89 97 \]
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?
GATE CS - 2021
GATE CS
Algorithms
Sorting