Lukas' Notes

Stable Sorting Algorithm

Dec 16, 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