/StableMatching

This is a Stable matching program that will take N men and N women and match them using the Gale–Shapley algorithm. This program runs in O(n^2) time.

Primary LanguageC++

Watchers