Skip to content
Learnearn.uk » A Level Computer Science Home » Recursive Maze Solving Algorithm Tutorial

Recursive Maze Solving Algorithm Tutorial

The Maze

The Maze

Step 1- The Original maze


Step 2- Add a grid to the maze


Step 3- Add data to each grid cell


Step 4- Convert the grid to a CSV


Tutorial Video

Program Code

Full Program Code