Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)