mikepound / mazesolving

A variety of algorithms to solve mazes from an input image
The Unlicense
1.74k stars 410 forks source link

Fix python related issues #25

Open GiulioDioguardi opened 3 years ago

GiulioDioguardi commented 3 years ago

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.