Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
Code snippets for if one needs to work with mazes.
- Count a maze its dead ends, CountDeadEnds
- CountDeadEnds, count a maze its dead ends
- Create a maze, CreateMaze
- Create a sloppy maze, CreateSloppyMaze
- CreateMaze, create a maze
- CreateSloppyMaze, create a sloppy maze
- Get a maze its dead ends, GetDeadEnds
- Get a maze its distances to the exit of every free square, GetMazeDistances
- Get a path to the exit when you have the distances to the exit of every free square, GetDistancesPath
- Get maze its non-dead ends, GetNonDeadEnds
- GetDeadEnds, get a maze its dead ends
- GetDistancesPath, get a path to the exit when you have the distances to the exit of every free square
- GetMazeDistances, get a maze its distances to the exit of every free square
- GetNonDeadEnds, get maze its non-dead ends
- Solve a maze, SolveMaze
- SolveMaze, solve a maze
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.
