|
Sudoku is a logic number placement puzzle. The object of the game is to
fill the grid such that every column, every row and every 3x3 sub-grid
contain the digits 1 to 9. For every puzzle there is only one
possible solution, and there is no need to guess.
|