Maze Solver
What is Maze Solver?
Maze Solver is a tool that lets you find the shortest path through a maze
you draw using backtracking algorithm, and visualize the solution.
How to Use Maze Solver?
-
Draw a maze on the canvas provided below. Use black color for walls and
white color for paths.
-
Set the start point (green) and end point (red) by clicking on the
desired cells.
-
Click the "Solve Maze" button to find the shortest path from start to
end.
- The solution path will be highlighted in blue.