|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface to be followed by programs implementing the Word Finder Puzzle. In addition to these methods, the class should have a constructor with one string argument: the name of a file from which the puzzle is to be read.
Method Summary | |
void |
printMatrix()
Print the matrix of characters of the puzzle, one line per row. |
void |
printWords()
Print the words to be looked for in the puzzle, in alphabetical order. |
void |
solvePuzzle()
Solve the puzzle and print the solution. |
Method Detail |
public void printMatrix()
public void printWords()
public void solvePuzzle()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |