Why it matters
Stable matching has real applications: medical residency (Match), school choice. Understanding shapes matching problems.
Advertisement
The architecture
Proposers (say men) propose to preferred.
Receivers (say women) tentatively accept best; reject others.
Advertisement
How it works end to end
Complexity: O(n²).
Stability: no unmatched pair prefers each other.
Applications: NRMP (medical residency), school choice, kidney exchange.
Variants: many-to-one, with ties, incomplete lists.