Difference between revisions of "Sudoku"

From Organic Design wiki
m
m
Line 2: Line 2:
 
{| width=100%
 
{| width=100%
 
|
 
|
{{Sudoku|align=left|bgcolor=white|title=My first difficult Sudoku|=
+
{{Sudoku|align=left|bgcolor=white|title=''My first difficult Sudoku''|=
 
|s3=3|s7=7|=
 
|s3=3|s7=7|=
 
|s11=2|s13=4|s15=6|s17=8|=
 
|s11=2|s13=4|s15=6|s17=8|=
Line 20: Line 20:
 
{|
 
{|
 
|
 
|
{{Sudoku|align=left|bgcolor=white|title=Can be done without backtracking|=
+
{{Sudoku|align=left|bgcolor=white|title=''Can be done without backtracking''|=
 
|s2=6|s4=9|s9=7|=
 
|s2=6|s4=9|s9=7|=
 
|s12=2|s13=7|s14=8|s15=1|=
 
|s12=2|s13=7|s14=8|s15=1|=

Revision as of 20:58, 16 August 2007

I've recently learned how to play Sudoku. Below is my first really difficult one involving bifurcation.

My first difficult Sudoku
    3
  2  
1    
     
4   6
  5  
7    
  8  
    9
  9  
    8
  7  
     
  4  
     
  1  
2    
  9  
6    
  5  
    4
  2 4
3   1
     
    8
  7  
6    

I've got much better at Sudoku now to the point of no longer finding them very interesting, it's just a matter of marking in the possibilities meticulously and in the case of backtracking jotting down organised information to allow undoing back to the point of the fork.

Interestingly after doing many of the Sudoku's which are apparently more difficult than the one above, I've found that logic has been able to reduce the possibilities without the need for backtracking, but after revisiting the one above I found that it is still the most difficult one I've found so far. Below is an example of a "more difficult" one which I was able to complete without any backtracking.

Can be done without backtracking
  6  
    2
    7
9    
7 8 1
    2
    7
     
     
  2  
    8
  1 5
     
2 4 7
     
4 6  
1    
  3  
     
     
9    
4    
1 7 9
    8
2    
3    
  7