stable sorting algorithms
Stable sorting algorithms maintain the relative order of input elements with equal keys during the sorting process.
Requires login.
Related Concepts (1)
Similar Concepts
- algorithms
- comparison with other sorting algorithms
- comparison-based sorting algorithms
- data sorting
- heap sort
- heapsort
- heapsort algorithm
- in-place sorting algorithms
- selection algorithms
- sorting algorithm
- sorting algorithms
- sorting algorithms analysis
- sorting algorithms with o(n log n) complexity
- sorting heaps
- trade-offs in sorting algorithms