A stable sorting algorithm

2025

A stable sorting algorithm

  1. A.

    does not crash.

  2. B.

    does not run out of memory.

  3. C.

    does not change the sequence of appearance of elements.

  4. D.

    does not exists.

Attempted by 649 students.

Show answer & explanation

Correct answer: C

Answer : C

Explanation

A stable sorting algorithm like bubble sort, does not change the sequence of appearance of similar element in the sorted list.

Explore the full course: Coding For Placement