Uses of Interface
algs13.xbacktrack.xframework.XBacktrackProblem
Packages that use XBacktrackProblem
- 
Uses of XBacktrackProblem in algs13.xbacktrack.xframeworkFields in algs13.xbacktrack.xframework declared as XBacktrackProblemConstructors in algs13.xbacktrack.xframework with parameters of type XBacktrackProblem
- 
Uses of XBacktrackProblem in algs13.xbacktrack.xsudokuClasses in algs13.xbacktrack.xsudoku that implement XBacktrackProblemModifier and TypeClassDescriptionfinal classA 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).