https://github.com/neuodev/pathfinding-visualizer
Pathfinding visualizer astar Dijkstra's Algorithm and Jump point Search
https://github.com/neuodev/pathfinding-visualizer
material-ui pathfinding pathfinding-visualizer react
Last synced: 7 months ago
JSON representation
Pathfinding visualizer astar Dijkstra's Algorithm and Jump point Search
- Host: GitHub
- URL: https://github.com/neuodev/pathfinding-visualizer
- Owner: neuodev
- Created: 2021-03-26T15:23:20.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-26T17:31:09.000Z (about 4 years ago)
- Last Synced: 2024-12-07T07:43:01.999Z (7 months ago)
- Topics: material-ui, pathfinding, pathfinding-visualizer, react
- Language: JavaScript
- Homepage: https://pfvp.herokuapp.com/
- Size: 958 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Pathfinding Visualizer
*#Visualize pathfinding algorithms
Live: https://pfvp.herokuapp.com/
## Available Algorithms
**Dijkstra's Algorithm**
(weighted): the father of pathfinding algorithms; guarantees the shortest path**A Search**
(weighted): arguably the best pathfinding algorithm; uses heuristics to guarantee the shortest path much faster than Dijkstra's Algorithm**Jump Point Search:** Fast A* Pathfinding for Uniform Cost Grids

