Sudoku Solver
Fill the puzzle or load the sample board and let the backtracking solver complete it for you.
Enter the known values and click Solve Puzzle.
How it works
- Type the known numbers into the grid.
- Leave unknown cells empty.
- Use Load Sample to see a puzzle instantly.
- The solver uses backtracking to find a valid solution.