Shortest Path Finding Visualizer

Prof. Sayali Haldavanekar,Sushant Mahadwad,Satyam Dighe,Kunal Suryawanshi,Deepak Rai
DOI: https://doi.org/10.22214/ijraset.2023.53207
2023-05-31
International Journal for Research in Applied Science and Engineering Technology
Abstract:Abstract: Visualization is an effective way to learn concepts faster than traditional methods. Modern technologies make it possible to create e-learning tools, which also greatly contribute to improving the quality of computer science teaching. The goal of this project is to create a Pathfinding Visualizer, a web-based e-learning tool that can be used to visualize the shortest path algorithm. Conceptual applications of the project are illustrated through implementations of algorithms such as Dijkstra's and DFS. This project aims to perform all these tasks with some knowledge of HTML, CSS, JavaScript and React framework. Since the final product is a web application, users can easily see and learn how the algorithm works. Ease of use of the project provides users with a simple instruction manual. The first results using the app promise the benefits of this learning tool for students who have a good understanding of the shortest path algorithm.
What problem does this paper attempt to address?