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

2025

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

Answer: C. Radix SortCorrect answer: Radix Sort. Radix Sort is a non-comparison sorting algorithm. It processes keys digit by digit or character by character instead of directly…

  1. A.

    Quick Sort

  2. B.

    Merge Sort

  3. C.

    Radix Sort

  4. D.

    Heap Sort

  5. E.

    Insertion Sort

Attempted by 383 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

Loading lesson…