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

https://github.com/arunkumarxx/map-pathfinding-visualizer


https://github.com/arunkumarxx/map-pathfinding-visualizer

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

Map Pathfinding Visualizer


Pathfinding algorithms visualized on a real map. Anywhere in the world.





Try it out!

## Installation
1. Clone repository to your local machine
2. Open terminal and `cd` into repository folder
3. Run `npm install`
4. Run `vite` or `npm run dev`

## Available algorithms
- A* algorithm
- Greedy algorithm
- Dijkstra's algorithm
- Bidirectional Search algorithm