Stable Sort
Learn which algorithms are regarded as stable sorting algorithms.
We'll cover the following
Introduction
A sorting method is stable if two elements with identical key values appear in the same order in the sorted output as they do in the unsorted input. Stable sorting algorithms guarantee that elements with identical keys will not be reordered.
Summary of sorting algorithms
The following table summarizes the sorting algorithms with respect to their complexities and stability.
Get hands-on with 1400+ tech skills courses.