Uses of Interface
com.act365.sudoku.IState

Packages that use IState
com.act365.sudoku   
 

Uses of IState in com.act365.sudoku
 

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 NumberState
          NumberState records the number of candidates remain for each value/sector on the grid, where a sector is any row, column or subgrid.