Package de.sfuhrm.sudoku
Sudoku riddle creation and solving classes.
- Author:
- Stephan Fuhrmann
-
Interface Summary Interface Description GameMatrix The quadratic matrix of a game field.Riddle A riddle with free / writable fields. -
Class Summary Class Description Creator Creates a fully filled sudoku.GameMatrixFactory A factory for creating game matrix objects.QuadraticArrays Helper methods for working on two-dimensional arrays.Solver Solves a partially filled Sudoku.