Skip to content

Visualizes BFS and DFS algorithms step-by-step on user-defined mazes. Includes animation, path tracking, and performance comparison.

Notifications You must be signed in to change notification settings

Jetsaw/Maze_Solver_With_Ai_Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Maze_Solver_With_Ai_Algorithm

Visualizes BFS and DFS algorithms step-by-step on user-defined mazes. Includes animation, path tracking, and performance comparison.

--------------------------------------------------How to Use----------------------------------------------------

  1. Enter the number of rows and columns

  2. Acceptable range: 5 to 10

  3. Click "Generate Maze"

  4. 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

Screenshot 2025-04-30 123528

About

Visualizes BFS and DFS algorithms step-by-step on user-defined mazes. Includes animation, path tracking, and performance comparison.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages