findBySize

fun findBySize(rows: Int, cols: Int): GameType

Finds a GameType based on the given number of rows and columns.

Return

The matching GameType, or GameType.Unspecified if no match is found.

Parameters

rows

The number of rows in the Sudoku grid.

cols

The number of columns in the Sudoku grid.