Uses of Interface
algs13.xbacktrack.xframework.XBacktrackProblem
-
Uses of XBacktrackProblem in algs13.xbacktrack.xframework
-
Uses of XBacktrackProblem in algs13.xbacktrack.xsudoku
Modifier and TypeClassDescriptionfinal class
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).