Uses of Interface
algs13.xbacktrack.xframework.XBacktrackProblem
Packages that use XBacktrackProblem
-
Uses of XBacktrackProblem in algs13.xbacktrack.xframework
Constructors in algs13.xbacktrack.xframework with parameters of type XBacktrackProblem -
Uses of XBacktrackProblem in algs13.xbacktrack.xsudoku
Classes in algs13.xbacktrack.xsudoku that implement XBacktrackProblemModifier 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).