Following along with the second edition of Problem Solving with Algorithms and Data Structures using Python by Miller & Ranum.
TODO, but for now: this repo requires Python 3.10+.
Once cloned, you can run:
python3 -m unittest discover -s .
: runs the testspython3 -m black .
: formats the source code