A stable sorting algorithm
2025
A stable sorting algorithm
Answer: C. does not change the sequence of appearance of elements. — Answer : C Explanation A stable sorting algorithm like bubble sort, does not change the sequence of appearance of similar element in the sorted list.
- 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 893 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.
Loading lesson…