A C D E F G H M P R S T U V W

C

canMove(Position, Direction) - Method in class cmsc433.p3.Maze
Returns true if it is possible to move in direction @dir when at position @pos.
checkSolution(List<Direction>) - Method in class cmsc433.p3.Maze
Checks that a solution is correct.
Choice - Class in cmsc433.p3
Represents a choice point in the maze.
choice - Variable in class cmsc433.p3.STMazeSolverBFS.SolutionNode
 
choices - Variable in class cmsc433.p3.Choice
The choices available for the next move (available moves minus Choice.from).
cmsc433.p3 - package cmsc433.p3
 
col - Variable in class cmsc433.p3.Position
The column for this position

A C D E F G H M P R S T U V W