mazesolving icon indicating copy to clipboard operation
mazesolving copied to clipboard

Fix python related issues

Open GiulioDioguardi opened this issue 4 years ago • 0 comments

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.

GiulioDioguardi avatar Oct 13 '21 21:10 GiulioDioguardi