SudokuGridProcessor
Interface for processing Sudoku grids, converting between cell types, and checking for mistakes.
Parameters
T
The type of the user grid cells.
Properties
Functions
Link copied to clipboard
open fun processGridMistakes(grid: List<List<T>>, mistakesMethod: MistakeCheckingMode, dimension: Dimension): List<List<T>>
Processes the grid to check for mistakes and convert it back to the original grid type.