This project is a grid-based shortest path visualizer implemented in JavaScript, HTML, and CSS. It allows users to visualize the shortest path on a grid. Shortest path is found based on the cost of traversing the grid cells using Dijskatra's algorithm.
- Interactive grid.
- Visualize the shortest path.
- Clear the grid to start fresh or randomize the distances.