in Algorithms edited by
278 views
0 votes
0 votes

Which of the following is not a stable sorting algorithm in its typical implementation?

  1. Merge sort
  2. Bubble sort
  3. Quick sort
  4. Insertion sort
in Algorithms edited by
by
278 views

1 Answer

1 vote
1 vote

Some example of Stable Sort

1.Insertion Sort

2.Bubble sort

3.Merge Sort

4.Count Sort

Some example of Unstable Sort

1.Heap Sort

2.Selection Sort

3.Quick Sort

Answer: