| Classes in com.act365.sudoku that implement IState |
class |
CellState
CellState records the number of candidates remain for each
separate cell on the grid. |
class |
InvulnerableState
InvulnerableState records the number of cells that would remain
unresolved for each given move (ie each cell/value pair). |
class |
LinearSystemState
LinearSystemState stores the system of linear equations defined by
the Sudoku puzzle. |
class |
NumberState
NumberState records the number of candidates remain for each
value/sector on the grid, where a sector is any row, column
or subgrid. |