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: See following for details.
https://www.geeksforgeeks.org/stability-in-sorting-algorithms/
Quiz of this Question
Please Login to comment...