An implementation of stable marriage problem in C++.
- Edit the men and women preferences if menPref.txt and womenPref.txt respectively.
- Build the program by running
make
command. - Run the program using
./stableMatch.out
- The stable match will also be written to stableMatching.txt along with on terminal.