Solving Sudoku Problems

One of the most well known Japanese puzzles is Sudoku. This is a number placement puzzle/graph coloring puzzle. The numbers are not relevant outside of being indicators. In a simple sudoku puzzle the numbers 1-9 appear in each column, row, and in each of the 9 3*3 squares that make up the board. Sudoku puzzles are solved through logical reasoning regarding where numbers should be placed.

This site is meant to be an illustrated walk through of the logic used to solve a Sudoku problem. It is not guranteed the the logic contained within will solve every possible puzzle, but is meant to help people start to think about how to solve these puzzles.

Blog Entries about how to programatically solve sudoku problems.

That contains all posts that I've ever written about Sudoku so there are a lot. There are a bunch from 2015 about an earlier sudoku app, as well are a bunch from 2015 that talk about how this program works.

Examples

Ultra Easy

Ultra Easy Puzzle 1

Very Easy

Very Easy Puzzle 1

Easy

Easy Puzzle 1
Easy Puzzle 2
Easy Puzzle 3
Easy Puzzle 4

Medium

Medium Puzzle 1
Medium Puzzle 2
Medium Puzzle 3
Medium Puzzle 4

Medium Plus

Medium Plus Puzzle 1

Hard

Hard Puzzle 1
Hard Puzzle 2
Hard Puzzle 3
Hard Puzzle 4
Hard Puzzle 5

Very Hard

Very Hard Puzzle 1
Very Hard Puzzle 2

Black Belt

Black Belt 1
Black Belt 2

Fun

Circle
Cup
Mirror

Partials

Empty
Center
One Number
One Each

Online sources