cell
Class for Sudoku cell
Cell
Cell (row, col, value=None)
Cell of Sudoku board
| Type | Default | Details | |
|---|---|---|---|
| row | row (0-based) | ||
| col | column (0-based) | ||
| value | NoneType | None | initial value |
House
House (*values)
Type of house for cells: row, column, 3x3 block
Cell.show
Cell.show (with_candidates)
Show textual representation of the cell
| Details | |
|---|---|
| with_candidates | also show candidate values |