Uses of Class
cmsc433.p3.SkippingMazeSolver.SolutionFound

Uses of SkippingMazeSolver.SolutionFound in cmsc433.p3
 

Methods in cmsc433.p3 that throw SkippingMazeSolver.SolutionFound
 java.util.List<STMazeSolverBFS.SolutionNode> STMazeSolverBFS.expand(STMazeSolverBFS.SolutionNode node)
          Expands a node in the search tree, returning the list of child nodes.
 Choice SkippingMazeSolver.firstChoice(Position pos)
          Returns the first choice point reached from the given position.
 Choice SkippingMazeSolver.follow(Position at, Direction dir)
          Follows a path until a choice point.
 Choice SkippingMazeSolver.followMark(Position at, Direction dir, int color)
          Follows a path until a choice point.