Module sudoku_solver::solver

source ·
Expand description

Sudoku solving routines.

Structs

  • An iterator which produces the set of solutions to a sudoku-style puzzle.

Functions

  • Solve a sudoku puzzle.
  • Test whether a sudoku board state obeys the contraints of the game.