Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 335 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 335 Bytes

player-drafting-system

An instance of Stable matching problem where both one-to-one and many-to-one matching is followed.

  1. "random.py" is used to generate player and team preferences randomly.

  2. "conditions.txt" is the input database.

  3. "main.py" is the soure code for both one-to-one and many-to-one cases os stable matching