Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 243 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 243 Bytes

This is what I'm working on for my PyCon talk.

To find the fastest paths through the Métro:

python challenge.py montreal.txt

To draw a graph of the Métro, run:

python challenge.py montreal.txt --graph | dot -Tpng -omontreal.png