Lukas' Notes

Home

❯

Knowledge

❯

Stable Sorting Algorithm

Stable Sorting Algorithm

Jul 25, 20251 min read

sorting-algorithms

Definition

Stable Sorting Algorithm

A sorting algorithm is called stable if the order of equal elements is not changed.

Examples:

  • Merge Sort
  • Insertion Sort

Graph View

Created with Quartz v4.4.0 © 2025

  • GitHub