Join 50,000+ sudoku lovers. Daily puzzles, weekly strategies, exclusive deals.
We'll never spam you. Unsubscribe anytime.
Every grid has a solution. So do you. Dig into the math and computer science behind sudoku solving, straight from the source papers.
Two academic papers that dig into how sudoku puzzles get solved, and why the logic behind them holds up.
A technical walkthrough of encoding sudoku as a SAT instance, then handing it to a solver to crack even the hardest grids.
Read the paper ↗Florida State University — John BurkardtAn academic look at the combinatorics behind sudoku grids, connecting the puzzle to polyomino tiling theory.
Read the paper ↗Stanford — Donald KnuthKnuth's original paper on Algorithm X and Dancing Links, the elegant backtracking method that treats sudoku as an exact cover problem.
Read the paper ↗MIT — Mathematics for Computer ScienceA breakdown of how puzzle difficulty is generated and measured, from single-candidate logic to grids that require deep backtracking.
Read the paper ↗Sudoku looks simple, but underneath every grid is real math: constraint satisfaction, boolean logic, and combinatorics. These papers are for solvers who want to see how deep the rabbit hole goes.