Which of the following sorting algorithms does not use comparison operations?

2025

Which of the following sorting algorithms does not use comparison operations?

  1. A.

    Quick Sort

  2. B.

    Merge Sort

  3. C.

    Radix Sort

  4. D.

    Heap Sort

  5. 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.

Explore the full course: Ibps So It Prelims