|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcmsc433.p3.MazeSolver
public abstract class MazeSolver
Superclass of all solvers.
| Constructor Summary | |
|---|---|
MazeSolver(Maze maze)
|
|
| Method Summary | |
|---|---|
abstract java.util.List<Direction> |
solve()
Solve the maze and return the solution. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MazeSolver(Maze maze)
| Method Detail |
|---|
public abstract java.util.List<Direction> solve()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||