oedokumaci / gale-shapley

Python implementation of the Gale-Shapley Algorithm.
MIT License
4 stars 0 forks source link

Add argument parsing for number of simulations in cli.py #5

Closed oedokumaci closed 1 year ago

oedokumaci commented 1 year ago

Probably modern way to do it is via typer instead of argparse.