Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swistak-codes/graph-astar
Code for blog article
https://github.com/swistak-codes/graph-astar
Last synced: about 1 month ago
JSON representation
Code for blog article
- Host: GitHub
- URL: https://github.com/swistak-codes/graph-astar
- Owner: swistak-codes
- License: mit
- Created: 2022-09-24T20:03:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-29T06:09:59.000Z (about 2 years ago)
- Last Synced: 2024-05-02T22:01:19.540Z (8 months ago)
- Language: TypeScript
- Size: 10 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# graph-astar
Code for blog article: https://swistak.codes/post/szybkie-wyszukiwanie-sciezek/
Contains:
- presentation of A* on a maze, game grid and a map (in `src` directory, `npm run start` in the root)
- GTFS to graph converter (`gtfs-to-graph` directory)