logo
Data Structures Algorithms - Quiz(MCQ)
Which of the following algorithm is not stable?
A)
Merge Sort
B)
Quick Sort
C)
Bubble Sort
D)
Insertion Sort

Correct Answer : Option (B) :   Quick Sort


Explanation : Among the given, only quick sort is not stable that is it may re-arrange the already sorted items.