Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdw-go/astar
A* search algorithm implemented in Go
https://github.com/mdw-go/astar
Last synced: 14 days ago
JSON representation
A* search algorithm implemented in Go
- Host: GitHub
- URL: https://github.com/mdw-go/astar
- Owner: mdw-go
- License: other
- Created: 2023-05-19T05:09:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-19T06:34:41.000Z (about 1 month ago)
- Last Synced: 2024-10-20T14:53:49.327Z (29 days ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# astar
The A* search algorithm, implemented in Go.