Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 610 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 610 Bytes

GaleShapley

Python module to use the Gale-Shapley algorithm

What is the Gale-Shapley algorithm ?

The Gale-Shapley algorithm is an algorithm wich resolve the problem of stable marriages (https://en.wikipedia.org/wiki/Gale%E2%80%93Shapley_algorithm). This algorithm was used in ADB (Post BAC Admission) for example, this is an old web platform intended to welcome and manage the assignment wishes of future students of French higher education.

Installation instructions

You have just to clone this project at the root of your python file :

git clone https://github.com/remialban/GaleShapley.git