Help me please

Advanced methods and approaches for solving Sudoku puzzles

Postby ivka » Thu Jul 28, 2005 5:51 pm

hi! i just checked againg my wrong solutions, and in last message i made a mestake while rewrighting the solution! so here is my real solution in wich in box 2 everything seems to be right, and in wich i could not spot the mistake! i appreciate your help!


Code: Select all
8     7     1        4    9    6       3    2    5
3     4     6        2    5    1       9    7    8
9     5     2        7    3    8       4    6    1

5     6     3        1    8    4       7    9    2
7     1     9        3    6    2       5    8    4
4     2     8        9    7    5       6    1    3
 
2     3     5        6    1    9       8    4    7
1     9     7        8    4    3       2    5    6 
6     8     4        5    2    7       1    3    9
[/code]
ivka
 
Posts: 6
Joined: 28 July 2005

Postby scrose » Thu Jul 28, 2005 5:58 pm

Based on the starting grid you provided, r8c1 should be a 2. It looks like you accidentally moved this clue to r7c1.
scrose
 
Posts: 322
Joined: 31 May 2005

Previous

Return to Advanced solving techniques