ElefHead / GS-Algorithm

A bare-minimum implementation of the Gale Shapley algorithm for stable matching in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GS-Algorithm

A bare-minimum implementation of the Gale Shapley algorithm for stable matching in python

Based on the pseudocode from the book "Algorithm Design" by Jon Kleinberg and Eva Tardos.
Input taken from and correctness of output compared using test cases from Rosetta Code.

About

A bare-minimum implementation of the Gale Shapley algorithm for stable matching in python


Languages

Language:Python 100.0%