Implements famous shortest pathfinding algorithms like Dijkstra and visualizes the searching process on a grid. Only used plain native JavaScript to build this project.
- Choose one algorithm from the dropdown in the navbar.
- Choose start🟩 and end🟥 points on the grid. Later you can also add blocks🟦 to create a unique maze.
- Click on "Visualise" button to see the magic unfold! 🌠