stable_match is a Ruby implementation of the stable matching family of
algorithms. These are commonly used to solve problems like the National
Residents Matching Program and the Stable Marriage Problem.
- Sources: GitHub - cookrn/stable_match: A generic implementation of the Stable Match class of algorithms.
- Ruby Gem: stable_match | RubyGems.org | your community gem host
Feedback, code review, and pull requests are encouraged.