Idiom #1 Class Definition
Creates a new class SudokuSolver that inherits from Object. It has one instance variable: board, which holds the 9×9 Sudoku grid.
Creates a new class SudokuSolver that inherits from Object. It has one instance variable: board, which holds the 9×9 Sudoku grid.