Implemented using Galey-Shapley Algorithm
Dharitri Dixit
GaleShapley.java HeapPriorityQueue.java PriorityQueue.java Entry.java
The three test files provided are included and their matching output files are also provided. You can enter any text file as input and it will output correctly in the same directory.
Additionally, a '@SuppressWarnings("unchecked")' was added to HeapPriorityQueue.java to have cleaner output when program is ran in terminal or console.
PriorityQueue.java, HeapPriorityQueue.java and Entry.java - taken from Data Structures textbook