Package-level declarations

Properties

Link copied to clipboard
val fourDigitsSchemas: Array<SudokuSchema>

An array of SudokuSchema objects representing easy 4x4 Sudoku puzzles.

Link copied to clipboard
val nineDigitsSchemas: Array<SudokuSchema>

An array of SudokuSchema objects representing easy 9x9 Sudoku puzzles.

Link copied to clipboard
val sixteenDigitsSchemas: Array<SudokuSchema>

An array of SudokuSchema objects representing easy 16x16 Sudoku puzzles.

Link copied to clipboard
val twentyFiveDigitsSchemas: Array<SudokuSchema>

An array of SudokuSchema objects representing easy 16x16 Sudoku puzzles.

Functions

Link copied to clipboard
fun loadPresetSchemas(): SudokuSchemas

Loads a set of predefined Sudoku schemas that are included in the Sudoklify library.