Which of the following sorting algorithms does not use comparison operations?
2025
Which of the following sorting algorithms does not use comparison operations?
- A.
Quick Sort
- B.
Merge Sort
- C.
Radix Sort
- D.
Heap Sort
- E.
Insertion Sort
Attempted by 38 students.
Show answer & explanation
Correct answer: C
Correct answer: Radix Sort.
Radix Sort is a non-comparison sorting algorithm. It processes keys digit by digit or character by character instead of directly comparing pairs of elements.