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

https://github.com/adarshnaidu/path-finding-algorithms-visualizer

An interactive webapp to visualise various path finding algorithms
https://github.com/adarshnaidu/path-finding-algorithms-visualizer

pathfinding-algorithms visualizations

Last synced: 3 months ago
JSON representation

An interactive webapp to visualise various path finding algorithms

Awesome Lists containing this project

README

        

# Path-Finding-Algorithms-Visualizer
An interactive webapp to visualise various path finding algorithms

## Colour Indications
- ![#9eff66](https://placehold.it/15/9eff66/000000?text=+) `source`
- ![#ff7f68](https://placehold.it/15/ff7f68/000000?text=+) `destination`
- ![#ffbebe](https://placehold.it/15/ffbebe/000000?text=+) `visited`
- ![#ffdb99](https://placehold.it/15/ffdb99/000000?text=+) `explored`
- ![#c999ff](https://placehold.it/15/c999ff/000000?text=+) `path`