

Maze Solver: A React-Based Pathfinding Visualization using BFS and DFS
Abstract
This paper presents the development of an interactive web-based Maze Solver that demonstrates how Breadth-First Search (BFS) and Depth-First Search (DFS) algorithms explore and solve a maze in real time. Developed using ReactJS, JavaScript, and Tailwind CSS, the system allows users to build custom mazes and watch how different algorithms navigate the grid. The Maze Solver enhances algorithm comprehension by enabling visual experimentation and learning through step-by-step ani..
References
React – A JavaScript library for building user interfaces. [Online]. Available: https://reactjs.org
Tailwind CSS – A utility-first CSS framework. [Online]. Available: https://tailwindcss.com
BFS and DFS Algorithm Visualization – VisuAlgo. [Online]. Available: https://visualgo.net/en
JavaScript Algorithms. [Online]. Available: https://github.com/trekhleb/javascript-algorithms
Mozilla Developer Network JavaScript. [Online]. Available: https://developer.mozilla.org/en-
US/docs/Web/JavaScript
W3Schools. HTML5 and CSS3 Tutorial. [Online]. Available: https://www.w3schools.com
Refbacks
- There are currently no refbacks.