A stable sorting algorithm
2025
A stable sorting algorithm
- A.
does not crash.
- B.
does not run out of memory.
- C.
does not change the sequence of appearance of elements.
- 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.