Skip to content

An object-oriented python implementation of the Gale-Shapley algorithm to solve the stable marriage problem.

Notifications You must be signed in to change notification settings

clcain/python-stable-marriage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

python-stable-marriage

An object-oriented python implementation of the Gale-Shapley algorithm to solve the stable marriage problem

More about the stable marriage problem: https://en.wikipedia.org/wiki/Stable_marriage_problem

A simulation is considered stable if both members of a couple would not be happier with an alternative match.

About

An object-oriented python implementation of the Gale-Shapley algorithm to solve the stable marriage problem.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages