| Class and Description |
|---|
| Dictionary
The
Dictionary is a set of words used to determine
whether a given solution for a grid is legal. |
| Grid
The
Grid class is a matrix of letters which are intended
to form words. |
| Path
A
Path interface represents a path through the grid,
and consists of a list of points. |
| Point
A
Point is a coordinate on the character Grid. |
| Solution
The
Solution interface represents a solution to a Grid. |