find By Size
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.