This application solves Sudoku puzzles using a backtracking algorithm. Here's how the solving process works:
The backtracking algorithm is guaranteed to find a solution if one exists, though it may try many different combinations before succeeding.
Select how you want to provide the Sudoku puzzle to be solved:
Manual Entry Mode: Click on cells and type numbers directly into the grid
AI Photo Mode: Upload a photo of a Sudoku puzzle for automatic number recognition