Which of the following is not necessarily a stable sorting algorithm?

Which of the following is not necessarily a stable sorting algorithm? Correct Answer bucket sort

Bucket sort is not necessarily a stable sorting algorithm. This is because its stability depends on the stability of the algorithm that we have used to sort the individual buckets.

Related Questions

Statement 1: Shell sort is a stable sorting algorithm. Statement 2: Shell sort is an in-place sorting algorithm.
Introsort begins sorting the given array by using which of the following sorting algorithm?
Tim sort begins sorting the given array by using which of the following sorting algorithm?
which of the following is not a stable sorting algorithm in its typical implementation?
Which of the following is not a stable sorting algorithm?
Which of the following sorting algorithm is NOT stable?
Which of the following sorting algorithm is not stable __________
Which of the following statement is not a stable sorting algorithm?