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

https://github.com/ananya2001-an/pathfinding-visualizer

Visualizes shortest path finding algorithms on a grid
https://github.com/ananya2001-an/pathfinding-visualizer

algorithm css dfs dijkstra-shortest-path html javascript pathfinding-algorithm visualization

Last synced: 25 days ago
JSON representation

Visualizes shortest path finding algorithms on a grid

Awesome Lists containing this project

README

        

# Pathfinding Visualizer 🚓

Implements famous shortest pathfinding algorithms like **Dijkstra** and visualizes the searching process on a grid. Only used plain native JavaScript to build this project.



## How to play?

1. Choose one algorithm from the dropdown in the navbar.
2. Choose start🟩 and end🟥 points on the grid. Later you can also add blocks🟦 to create a unique maze.
3. Click on "Visualise" button to see the magic unfold! ðŸŒ