constructSudoku

Constructs a Sudoku puzzle based on the provided configuration block.

Return

The generated SudokuPuzzle.

Parameters

specConfig

A configuration block that applies settings to the SudokuSpec builder.


Constructs a Sudoku puzzle based on the provided SudokuSpec.

Return

The generated SudokuPuzzle.

Parameters

spec

The specification to use for puzzle generation.