public class GridSolver
extends java.lang.Object
| Constructor and Description |
|---|
GridSolver() |
| Modifier and Type | Method and Description |
|---|---|
static Solution |
solve(Grid board,
Dictionary dict,
long timeMS)
This routine should take no more than timeMS millseconds to
produce a valid solution to this grid.
|
public static Solution solve(Grid board, Dictionary dict, long timeMS)
board - - the Grid to solvedict - - the Dictionary to usetimeMS - - the timeout