Sudoku HowTo

Candidate

A Candidate is a value that is a possible solution for a cell in a Sudoku Puzzle.

A cell cannot contain a value that has been placed as the solution in any of it's buddy cells so that value can be removed as a candidate in the cell.

Most of the techniques used to solve Sudoku puzzles work by eliminating candidates until there is only a single candidate left for a particular cell, a "naked single" found by "counting", or only a single cell in a unit where a value can be placed, found by "cross hatching".
In figure 1 the only possible values, "candidates", that can be placed in the blue cell are 1 and 4. The values 2 and 8 already exist in solved cells in the row, the values 3, 5 and 7 already exist in solved cells in the column and the values 9 and 6 already exist in solved cells in the box. The values 1 and 4 are the only values that have not already been used in solved buddy cells to the blue cell. The values 1 and 4 are the candidates for the blue cell.

The green cells has three candidates. The values 1, 4 and 5 are the only values that have not been used in solved buddy cells to the green cells.

The yellow cell has four candidates The values 1, 4, 7 and 8 have not yet been used in solved buddy cells to the yellow cell so it has these four candidates.

The red cell has 5 values that have not been used in solved buddy cells, so it has five candidates.

Many of the easier Sudoku puzzles can be solved by only using the values that have been placed into the puzzle and not considering candidates. ie. by using Cross Hatching and Counting.

Nearly all of the harder puzzles and most of the solving techniques implemented in this helper consider candidates for cells and work by removing candidates until there is only a single candidate left in a cell or only a single cell in a unit that has a particular candidate.

Tracking candidates when working with pencil and paper can get very difficult. Using the Sudoku Helper makes it much easier to see candidate placement and patterns and get used to looking for those patterns.

27 May 2021
by michael baker
RE: Comments and feedback for candidate

how do I change a wrong entry?
5 July 2020
by terry
RE: Comments and feedback for candidate

easy

Responses to articles are public.

Use the contact option on the menu to send an email to the website administrator if you do not want your comment visible to all users.
* Your Name
* Feedback
* Enter the letters from the CAPTCHA image.
Get New CAPTCHA
CAPTCHA Image
* Required Input
Submit Feedback
To submit this form, enter the letters you see on the red CAPTCHA image in the box next to the image. If you cannot read the image click 'New CAPTCHA' to get a different CAPTCHA image.

Using CAPTCHA verification helps reduce SPAM and web site abuse by making it harder for other computers to automatically access pages on this website.
hidden
Copyright © 2007 - 2024 John Ironmonger
This page last updated on February 21, 2015