SudokuParser
A class responsible for parsing and manipulating Sudoku puzzle strings.
Parameters
puzzle
The Sudoku puzzle string to parse.
dimension
The sudoku type of the Sudoku puzzle (e.g., 4x4, 9x9).
A class responsible for parsing and manipulating Sudoku puzzle strings.
The Sudoku puzzle string to parse.
The sudoku type of the Sudoku puzzle (e.g., 4x4, 9x9).