Visualizes BFS and DFS algorithms step-by-step on user-defined mazes. Includes animation, path tracking, and performance comparison.
--------------------------------------------------How to Use----------------------------------------------------
-
Enter the number of rows and columns
-
Acceptable range: 5 to 10
-
Click "Generate Maze"
-
A blank grid will appear for maze input
----------------------------------------------------symbols-----------------------------------------------------
[@] - Start point (only one allowed)
[*] - Target/Goal point (only one allowed)
[0] - Valid path
[#] - Wall/Obstacle