Sunday, June 21, 2009

Advanced Sudoku Solving Techniques

If you get stuck using the basic methods, then there are other tools at our disposal. The first is to take a look at a square that has no candidates in it. Starting with the number 1 see if it already occurs in either the column, the row or as a candidate pair. If it occurs elsewhere in the block as a candidate pair then it cannot occur in the square that we are looking at. Also if the number occurs as a candidate pair anywhere in the column or row then it cannot be in the square, but the candidate pair must be aligned with the target square. Work your way through all nine numbers and if there is only one candidate left then it is safe to assume that it is the answer.

Labels: ,

Tuesday, June 9, 2009

More Sudoku solving techniques

If you have found two candidate pairs in two boxes for the same number and they are aligned parallel to each other, then it is certain that the two rows or columns contain those numbers. The only thing is you won't know the exact location of either of the numbers.

Labels: