An interactive web application that visualizes pathfinding algorithms like Dijkstra's and A* on a customizable grid. This project was built to demonstrate a fundamental understanding of graph traversal algorithms and data structures.
- Interactive Grid: Click and drag to draw walls and create unique mazes.
- Algorithm Selection: Choose between Dijkstra's and A* algorithms to see them in action.
- Clear Visualization: Watch the algorithms explore the grid in real-time, with the final shortest path highlighted.
- Responsive Design: Works on a variety of screen sizes.
- HTML5
- CSS3
- JavaScript (ES6)
- Git & GitHub Pages for version control and deployment.
- Clone the repository:
git clone https://github.com/fahin-p/Pathfinding-Visualizer.git
- Navigate to the project folder:
cd Pathfinding-Visualizer - Open the
index.htmlfile in your browser.
