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?

  1. Draw a maze on the canvas provided below. Use black color for walls and white color for paths.
  2. Set the start point (green) and end point (red) by clicking on the desired cells.
  3. Click the "Solve Maze" button to find the shortest path from start to end.
  4. The solution path will be highlighted in blue.

px