Lukas' Notes

Stable Sorting Algorithm

Mar 14, 20261 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 © 2026

  • GitHub