About The Project


This sudoku solver uses three steps. First, it attempts to solve using direct logical inference - e.g. what you or I might try. If that fails, it then assumes it might be blocked by an advanced technique and guesses one number before trying the direct approach again. If all possible one-number guesses are exhausted, it turns to brute forcing the puzzle by trying all combinations.

Sudoku Solver

enter a puzzle and click solve

Change Log


October 5, 2024

Ported to new version of the website.

August 17, 2020

Upgraded and sped up.

August 15, 2020

Date Created.