Uses of Class
algs13.xbacktrack.xsudoku.XSudokuCell
-
Uses of XSudokuCell in algs13.xbacktrack.xsudoku
Modifier and TypeClassDescription(package private) final class
An immutable cell represents a clue provided in the Sudoku puzzle.(package private) final class
A mutable cell in a Sudoku grid.Modifier and TypeFieldDescriptionprivate final HashMap
<Integer, Set<XSudokuCell>> MySudoku.subgrids