Title: Clear
Description: A simple strategy to clear the maze. Just traverse all the cells and set their status to Not Visited
Copyright: Copyright (c) 2002
Company:
Method Detail |
public void execute(Maze maze)
maze
- - The Maze object on which to execute our algorithm