generate Sudoku
Deprecated
The `generateSudoku()` method of `SudokuParams` is deprecated as of version 1.0.0-beta01. To create a Sudoku puzzle, use the more versatile and efficient `createPuzzle()` method, which returns a `SudokuPuzzle` object with additional features and utility methods.
Replace with
createPuzzle()Content copied to clipboard