https://github.com/elemel/python-astar
A* search in Python
https://github.com/elemel/python-astar
Last synced: about 1 year ago
JSON representation
A* search in Python
- Host: GitHub
- URL: https://github.com/elemel/python-astar
- Owner: elemel
- License: mit
- Created: 2008-11-22T12:01:18.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2008-11-22T12:15:58.000Z (over 17 years ago)
- Last Synced: 2025-04-01T14:20:57.453Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 91.8 KB
- Stars: 45
- Watchers: 6
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
A* search algorithm implemented in Python.