| Modifier and Type | Method and Description |
|---|---|
static Grid |
Grid.makeGrid(java.lang.String file)
This factory method constructs a
Grid object from the
contents of the given file. |
| Modifier and Type | Method and Description |
|---|---|
void |
Test.displayGui(Dictionary dict,
Grid board) |
static Solution |
GridSolver.solve(Grid board,
Dictionary dict,
long timeMS)
This routine should take no more than timeMS millseconds to
produce a valid solution to this grid.
|
| Constructor and Description |
|---|
Test(Dictionary dict,
Grid board) |