Open In App

Algorithms | Sorting | Question 3

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

(A)



Insertion Sort

(B)



Merge Sort

(C)

Quick Sort

(D)

Bubble Sort


Answer: (C)
Explanation:

Quick Sort is not a stable sorting algorithm in its typical implementation.

Quiz of this Question
Please comment below if you find anything wrong in the above post

Article Tags :