Sudoku
Sudoku is a logic-based number-placement puzzle. The standard version uses a 9x9 grid divided into nine 3x3 subgrids. The objective is to fill the grid with digits 1 through 9 so that each row, column, and 3x3 subgrid contains each digit exactly once. The puzzle is typically solved by deduction rather than calculation, and many variants exist with different grid sizes or subgrid shapes.
The modern Sudoku has roots in earlier number-placement concepts and Latin squares. It was popularized in Japan
Solving Sudoku relies on logical reasoning. Common techniques include scanning rows, columns, and subgrids to identify
Beyond recreational play, Sudoku is used in education and computer science as an example of a constraint