Skip to content

dhari001/Stable-Matching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stable Matching - COOP

Implemented using Galey-Shapley Algorithm

Author

Dharitri Dixit

Files required to run

GaleShapley.java HeapPriorityQueue.java PriorityQueue.java Entry.java

About

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.

Resources and References

PriorityQueue.java, HeapPriorityQueue.java and Entry.java - taken from Data Structures textbook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages