Which of the below mentioned sorting algorithms are not stable?
A.Selection Sort
B. Bubble Sort
C. Merge Sort
D. Insertion Sort
Answer and Feedback
Answer:A
Feedback:Except selection sort, all other soring algorithms are stable