| Interface | Description |
|---|---|
| CallbackInterface |
| Class | Description |
|---|---|
| Debug |
In writing your code, you may be tempted to use System.out.printf()
to determine what is happening.
|
| MazeSolver | |
| UserInterface |
| Enum | Description |
|---|---|
| CallbackInterface.SearchStatus |
Status of search.
|
| Exception | Description |
|---|---|
| MazeSolver.MazeSolvedException |
Exception thrown when path is complete
|