https://github.com/arunkumarxx/map-pathfinding-visualizer
https://github.com/arunkumarxx/map-pathfinding-visualizer
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arunkumarxx/map-pathfinding-visualizer
- Owner: Arunkumarxx
- Created: 2024-06-22T09:28:44.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-02-28T08:55:56.000Z (3 months ago)
- Last Synced: 2025-02-28T15:32:47.232Z (3 months ago)
- Language: JavaScript
- Size: 5.52 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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