|
Sudoku Showcase
|
Variables | |
| int | N = 9 |
| global Constants The number of rows / columns in the grid More... | |
| BLOCK_SIZE = int(N / 3) | |
| list | ALLOWED_INDEX = [i for i in range(N)] |
| list | ALLOWED_VALUES = [i for i in range(1, N + 1)] |
| list constants.ALLOWED_INDEX = [i for i in range(N)] |
| list constants.ALLOWED_VALUES = [i for i in range(1, N + 1)] |
| constants.BLOCK_SIZE = int(N / 3) |
| int constants.N = 9 |
global Constants The number of rows / columns in the grid