compose Sudoku Puzzle
Deprecated
|The composeSudokuPuzzle() method is deprecated. To create a Sudoku puzzle, use the more |versatile and efficient createPuzzle() method, which returns a SudokuPuzzle object with |additional features and utility methods. For compatibility with existing code, |composeSudokuPuzzle() also returns a Sudoku object, but it's recommended to transition to |using the richer functionality of SudokuPuzzle.
Replace with
createPuzzle()Content copied to clipboard