back to eggert home
back to home

assign 5

out of all the assignments, this one is probably done the best
that's not a high bar to clear though tbh

tips?

since it's already so clear, i'll just give some implementation tips

what to turn in

`topo_order_commits.py`, which should contain a function `topo_order_commits` that runs everything as well as comments explaining your approach to the problem
don't be like me and have the script run only when directly executed
basically the file you turn in should be exactly the one that passes the pytest suite they gave

`topo-test.tr.gz`, gen'd by running this in the test suite: ```bash strace -f -o topo-test.tr pytest gzip -9 topo-test.tr ```