/javaStableMarriage

A program to solve the stable-marriage problem, using input data that correlates to a list of senior and junior developers and their preferred pair.

Primary LanguageJavaBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Stable Marriage Problem Solver

A program to solve the stable-marriage problem, using input data that correlates to a list of senior and junior developers and their preferred pair.

Program runs with the test data in .txt format in the src directory. Change the filePath variable in Project1.java to use a different file or name.