Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: JigsawSudoku(int[][], int, int)

Declaration

public JigsawSudoku(
    int[][] regions,
    int sideLength = 9,
    int minValue = 1
)

Summary

Constructor.

Parameters

int[][]regions Describes the irregular regions of the Sudoku. This must completely cover the grid and have no overlaps.
intsideLength Width and height of the Sudoku grid.
intminValue Minimum value in the grid.