Package-level declarations
Types
Link copied to clipboard
class ParamsBuilder
A builder class for configuring and creating instances of SudokuGenerator.
Link copied to clipboard
class SudokuGenerator
Functions
Link copied to clipboard
Generates a Sudoku puzzle with the specified parameters.
Link copied to clipboard
Set the difficulty level of the Sudoku puzzle using a lambda.
Link copied to clipboard
Link copied to clipboard
Set the seed for generating random numbers using a lambda.
Link copied to clipboard
Set the seed for generating random numbers using a lambda.
Link copied to clipboard
Create a SudokuGenerator using the provided configuration.
Link copied to clipboard
Set the type of the Sudoku grid using a lambda.