- score(String) - Method in class cmsc433.p3.Dictionary
-
Computes the score for the given word, based on its length
and the distribution of words having that length in the
dictionary.
- score(Dictionary, List<Path>) - Method in class cmsc433.p3.Grid
-
Computes the score of the given Solution.
- Solution - Interface in cmsc433.p3
-
The Solution interface represents a solution to a Grid.
- solve(Grid, Dictionary, long) - Static method in class cmsc433.p3.GridSolver
-
This routine should take no more than timeMS millseconds to
produce a valid solution to this grid.
- STGridSolver - Class in cmsc433.p3
-
- STGridSolver() - Constructor for class cmsc433.p3.STGridSolver
-
- STPath - Class in cmsc433.p3
-
The STPath class is a non-thread-safe implementation of the
Path class.
- STPath() - Constructor for class cmsc433.p3.STPath
-
- STSolution - Class in cmsc433.p3
-
The STSolution class is a non-thread-safe implementation
of the Solution interface.
- STSolution() - Constructor for class cmsc433.p3.STSolution
-