| Modifier and Type | Class and Description |
|---|---|
class |
STSolution
The
STSolution class is a non-thread-safe implementation
of the Solution interface. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Grid.display(Solution sol)
This method displays the grid using the Swing GUI
library, along with a depiction of the given solution.
|