SudokuPuzzle

constructor(difficulty: Difficulty, type: Dimension, seed: Seed, givens: List<SudokuPuzzle.Givens>, solution: List<List<Int>>, hints: List<SudokuPuzzle.Hint> = emptyList())