SudoklifySolverEngine

constructor(gridProcessor: SudokuGridProcessor<T>, puzzle: SudokuPuzzle)

Parameters

T

The type of the user grid cells.