📢 Too many exams? Don’t know which one suits you best? Book Your Free Expert 👉 call Now!


    Question

    Which of the following sorting algorithms is a

    non-comparison-based sort?
    A Bubble Sort Correct Answer Incorrect Answer
    B Insertion Sort Correct Answer Incorrect Answer
    C Merge Sort Correct Answer Incorrect Answer
    D Radix Sort Correct Answer Incorrect Answer
    E Heap Sort Correct Answer Incorrect Answer

    Solution

    Radix Sort is a non-comparison-based integer sorting algorithm that sorts data with integer keys by grouping keys by individual digits which share the same significant position and value. Bubble Sort, Insertion Sort, Merge Sort, and Heap Sort are all comparison-based sorting algorithms, meaning they determine the sorted order by comparing elements.

    Practice Next
    ask-question