Amazing Maze

Develop pathfinding and process of elimination strategies

This is essentially an automated maze generator. Based on your selection of algorithm and complexity (which is the granularity of the grid), we send you a worksheet of a randomly generated maze.

The most interesting mazes are created using the DFS (depth first search) algorithm, the logic used to generate the majority of mazes you would find in a book. The Kruskal and Prim algorithms have their own characteristics, but the solution path is not nearly as twisty as ones created with DFS.

Copyright © 2002-2024 WorksheetWorks.com All Rights Reserved.