Package cmsc433.p3

Interface Summary
Path A Path interface represents a path through the grid, and consists of a list of points.
Solution The Solution interface represents a solution to a Grid.
 

Class Summary
Dictionary The Dictionary is a set of words used to determine whether a given solution for a grid is legal.
Grid The Grid class is a matrix of letters which are intended to form words.
GridSolver This class contains a static method that solves a Grid.
Point A Point is a coordinate on the character Grid.
PublicTests  
STGridSolver  
STPath The STPath class is a non-thread-safe implementation of the Path class.
STSolution The STSolution class is a non-thread-safe implementation of the Solution interface.
Test The Test class is for testing the grid solver.