Marchowes / pyProm

Surface Network Analyzer.
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

dijkstras or binary maze path algorithm? #167

Open Marchowes opened 4 years ago

Marchowes commented 4 years ago

This might be better than dijkstra, which requires a lot of pre-processing. https://www.geeksforgeeks.org/shortest-path-in-a-binary-maze/