| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Python implementation of the A* algorithm for searching the shortest way between two points on a 2d plane. Probably one of the most inefficient implementations possible, using node objects and dictioaries for storage.
pip install -r requirements.txt
python shortpath/astar.py
OR
python -m shortpath
| Back | FazBrowse Home | New Git URL |