|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcmsc433.p3.GridSolver
public class GridSolver
This class contains a static method that solves a Grid. The solution should be multithreaded.
| Constructor Summary | |
|---|---|
GridSolver()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GridSolver()
| Method Detail |
|---|
public static Solution solve(Grid board,
Dictionary dict,
long timeMS)
board - - the Grid to solvedict - - the Dictionary to usetimeMS - - the timeout
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||