Uses of Class
cmsc433.p3.Dictionary

Uses of Dictionary in cmsc433.p3
 

Methods in cmsc433.p3 that return Dictionary
static Dictionary Dictionary.makeDict(java.lang.String file)
          Constructs a dictionary from an input file.
 

Methods in cmsc433.p3 with parameters of type Dictionary
 void Test.displayGui(Dictionary dict, Grid board)
           
 int Grid.score(Dictionary dict, Solution 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.
 

Constructors in cmsc433.p3 with parameters of type Dictionary
Test(Dictionary dict, Grid board)