toIntArray
Converts the Sudoku puzzle string into a numerical representation.
Return
A 2D array of integers representing the Sudoku puzzle.
Converts the Sudoku puzzle string into a numerical representation.
A 2D array of integers representing the Sudoku puzzle.