An open API service indexing awesome lists of open source software.

https://github.com/antal0x11/smp

An effort to implement stable marriage problem( also known as stable matching problem or SMP).
https://github.com/antal0x11/smp

Last synced: 3 months ago
JSON representation

An effort to implement stable marriage problem( also known as stable matching problem or SMP).

Awesome Lists containing this project

README

        

## smp
An effort to implement stable marriage problem(also known as stable matching problem or SMP).
[wiki](https://en.wikipedia.org/wiki/Stable_marriage_problem)

Higher priority has lower index on the list in the data files.

Time Comlexity: $O(n^2)$