I have a working and tested Java implementation of the Gale Shapley algorithm (for both the classical case and the case with grouped preferences (Hospitals/Residents problem, or College admissions problem)).
Since I'm new to this project I thought I'd better ask a few questions before doing a PR:
Is there a particular reason why the Gale Shapley algorithm is not already in the implemented algorithms (not even in the other programming languages, it seems)?
If not, am I right to assume that it is better to add it to the Development branch rather than the master branch?
I have a working and tested Java implementation of the Gale Shapley algorithm (for both the classical case and the case with grouped preferences (Hospitals/Residents problem, or College admissions problem)).
Since I'm new to this project I thought I'd better ask a few questions before doing a PR:
Thanks!