Chat

 

Solving Sudoku Methods Explained

A number game (Sudoku) is a puzzle in which missing numbers are to be filled into a 9 by 9 grid of squares which are subdivided into 3 by 3 boxes so that every row, every column, and every box contains the numbers 1 through 9.

Methods to solve Sudoku puzzles (or Create Sudoku puzzles) include but not limited to:


Basic Solving Sudoku Methods


One-Choice  a.k.a Sole Candidate , or Only Candidate , or Naked Single .
Elimination  a.k.a Hidden Single , or Loner .

Basic solving sudoku methods do not need you to write down the candidate values for empty squares. Usually very easy or easy Sudoku puzzles can be solved by using basic solving methods.


Advanced Solving Sudoku Methods


Subset2 a.k.a Pair or Naked Pair , or Naked Twins .
SubsetPosition2 a.k.a Hidden Pair or Hidden Twins
Interaction a.k.a Box/Row Claim or Intersection , or Locked Candidates .
X-Wing
XY-Wing
XYZ-Wing

Advanced solving sudoku methods need you to write down the candidate values for blank/empty squares. Usually medium, hard, and very hard Sudoku puzzles need to be solved using both basic and advanced solving sudoku methods.


Solve Sudoku - Last Resort


Guessing or Exhaustive Search
a.k.a. Guess-and-check, nishio (Japanese name), or ConflictElimination & Exhaustive Search , or Brute Force

Guessing method needs you to write down the candidate values for blank/empty squares. Usually very hard Sudoku puzzles need to be solved using basic, advanced solving sudoku methods, and guessing method.


Our solver applies methods in the following order:


Solving Sudoku Methods Explained

This article answers questions: What are commonly used solving sudoku methods? What solving Sudoku methods do we use? In what sequences?

Basic Solving Sudoku Method: One Choice

a.k.a Sole Candidate, Only Candidate, or Naked Single

Basic Solving Sudoku Method: Elimination

a.k.a Hidden Single, Loner

Advanced Solving Sudoku Method: Subset2

a.k.a Pair, Naked Pair, or Naked Twins

Advanced Solving Sudoku Method: SubsetPosition2

a.k.a Hidden Pair or Hidden Twins

Last updated 3 mins ago

Advanced Solving Sudoku Method: Interaction

a.k.a Box/Row Claim or Intersection , or Locked Candidates

Solving Sudoku Methods Explained

This article answers questions: What are commonly used solving sudoku methods? What solving Sudoku methods do we use? In what sequences?