| Modifier and Type | Method and Description |
|---|---|
static Dictionary |
Dictionary.makeDict(java.lang.String file)
Constructs a dictionary from an input file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Test.displayGui(Dictionary dict,
Grid board) |
int |
Grid.score(Dictionary dict,
java.util.List<Path> sol)
Computes the score of the given Solution.
|
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) |