A web-based application to visualize shortest-path algorithms like Dijkstra's Algorithm and Breadth-First Search. Created with HTML, CSS, and JavaScript, it allows users to interactively explore pathfinding concepts and algorithms.
This is a simple web-based application created by me to develop a path-finding algorithm visualizer.
I have used simple technologies like:
-
HTML. -
CSS. -
JavaScript.
Our web-app can serve the following functionalities:
- Select
Algorithmof choice, mainlyBreadth-First-SearchandDijkstra's Algorithm.
- Select
speed of animation
- For more info about the project, the user can visit the
InfoModaltab.
After the algorithm and the speed of the animation are selected, users can put walls (black-colored squares) to specify blockages in the traversed path.
After that, the user can click the Start button to begin the visualization of the algorithm.
After the whole process is completed, for reuse, you can click on the clear-board button.
I intend to improve it further and bring in more algorithms like A* and Jump Point Search.




