Package algs13.xbacktrack.xsudoku
package algs13.xbacktrack.xsudoku
-
ClassDescriptionA 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).