Open In App

Unstable Sort meaning in DSA

Unstable sorting algorithm can be defined as sorting algorithm in which the order of objects with the same values in the sorted array are not guaranteed to be the same as in the input array.

Properties of Unstable Sorting Algorithm:

Examples of Unstable Sorting Algorithms:

Some examples of unstable sorting algorithms are:

Applications of Unstable Sort:

Advantages of the unstable sort:

Disadvantages of the unstable sort:

What else can you read?

Article Tags :