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

https://github.com/fractal-solutions/pathpilotjs

A* search algorithm to find shortest distance between points given various landmarks
https://github.com/fractal-solutions/pathpilotjs

Last synced: about 2 months ago
JSON representation

A* search algorithm to find shortest distance between points given various landmarks

Awesome Lists containing this project

README

        

### node path-pilot

Uses the A* Search Algo to find shortest path from point A to B using distance between landmarks

run 'node path-pilot' from the dir to run.

You can change the Landmarks and the Distances between them in the code manually