Maze Solver
Instructions
- Each maze is randomly generated using the Refresh Maze button.
- The Maze Solver uses two different algorithms that you may select to solve each maze.
- Breadth-First Search (BFS) and Depth-First Search (DFS), give them a try!
- There are four different tiles in the maze.
- Green = Starting position
- White = Available path
- Black = Unavailable/Wall
- Red = End position