About:
Will generate a single random maze or two identical Mazes(If double maze option is selected).
Will reset maze back to initial state.
Will remove all the walls from the Maze.
Will visualize in the Maze how the algorithm is finding the path to Destination.
Will Stop the visualization in between.
Will give ability to run algorithm Step by Step(one step on one click).Help in better understanding of how algorithm actually work.
User can choose the maze setup of his/her choice.
User can select from various size options of the Maze.
User can choose difficulty level(more walls generated with increased level) of the Maze.
User can set the speed by which algorithm will explore the paths.
User can select from various AI Search algorithms to apply on a particular Maze.
Right next to the Generate maze button.User can select a Killer Maze(Algorithm perform worst) for some particular Algorithm .
Stats Name | Description |
---|---|
New | It gives count of the maze cells which are not yet visited by the Algorithm. |
Visited | It gives count of the maze cells which are visited by the Algorithm. |
Explored | It gives count of the maze cells which are explored by the Algorithm. |
Path length | It gives cell count in the path from source to destination discovered by Algorithm. |