StableMarriageProblem
This project is built in IntelliJ as a Maven project. It solves the stable marriage problem using deferred acceptance algorithm. The program reads multiple files simultaneously at the start using multithreads. After that, it solves the problem using the specified algorithm. In the end, it uses multithreads to write all the results in one file.