Sudoku Solver
Sudoku is a logic-based number-placement puzzle. The objective is to fill a 9×9 grid with digits so that each column, each row and each 3×3 sub-grid contains all of the digits from 1 to 9. The puzzle creator provides a partially completed grid, which typically has a unique solution.
For more information about this game, you should report to this site.
For example, the following grid
![]() |
gives the result | ![]() |
You should be an authorized user in order to see the full description and start solving this mission.

