Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gale Shapley Algorithm (TheAlgorithms#2100)
* Gale Shapley Algorithm Implementation of a Nobel prize-winning algorithm that determines a stable matching in a bipartite graph. * Update graphs/gale_shapley_bigraph.py Co-authored-by: Christian Clauss <[email protected]> * Fixed some flake8 issues. * Updated it to donors and recipients * description changes Co-authored-by: Christian Clauss <[email protected]> * description changes Co-authored-by: Christian Clauss <[email protected]> * description changes Co-authored-by: Christian Clauss <[email protected]> * Edited the line lengths * Update gale_shapley_bigraph.py * Update gale_shapley_bigraph.py Co-authored-by: Christian Clauss <[email protected]>
- Loading branch information