mazesolving
mazesolving copied to clipboard
Fix python related issues
Fixed Queue -> queue (#18) Fixed the TypeError < operator between Maze.Node objects (https://github.com/mikepound/mazesolving/issues/14)
Verified by running python ./solve.py -m dijkstra examples/braid2k.png braid2k_out.png
Also, now the profiler works again very well.