Package algs13.xbacktrack.xsudoku


package algs13.xbacktrack.xsudoku
  • Classes
    Class
    Description
    A Sudoker solver, implemented as a BacktrackProblem where each choice is represented by a MutableCell (a cell we can assign a digit as part of a possible solution to Sudoku).
    An immutable cell represents a clue provided in the Sudoku puzzle.
    A mutable cell in a Sudoku grid.
    A cell in a Sudoku grid.