1 Combinatorics: Size of the Solution Space
Sudoku’s backbone is combinatorics. The number of valid completed 9×9 grids is about 6.67×1021. Counting proceeds via permutations of rows/columns, band/stack structure, and symmetry reduction. Practical generators first build a full solution, then remove clues while keeping the puzzle logically solvable and unique.