Expand description
A sudoku crate.
Structs§
- Element
- Represents a single sudoku “square.”
- Point
- Specifies a sudoku element’s location in space.
- Sudoku
- A (partial) grid of elements.
Enums§
- Difficulty
- Represents the difficulty of a puzzle.
- Group
- A subdivision of the main sudoku; the smallest grouping to which rules are applied.
- Parse
Error - Represents a deserialization error.
- Solve
Error - Encodes errors encountered while attempting a puzzle solution.
Constants§
- DIMENSIONS
- The number of dimensions in which all sudoku methods will operate.