keon / algorithms

Minimal examples of data structures and algorithms in Python
MIT License
23.77k stars 4.59k forks source link

Add A* pathfinding and tests #842

Open nolanderc opened 2 years ago

nolanderc commented 2 years ago

Fixes https://github.com/keon/algorithms/issues/841.

Added tests that use a graphical view of a grid to hopefully make it easier to read and play with.