start with basics, finish with x-wing, xy-wing and xyz-wing

Everything about Sudoku that doesn't fit in one of the other sections

start with basics, finish with x-wing, xy-wing and xyz-wing

Postby urhegyi » Thu Feb 18, 2021 8:51 am

My goal was to create a sudoku starting with very easy steps, like in a lot of newspapers to finish with the three different wings at the end.
I prefabricated a solution grid, starting from random grids wont achive this, I thought.
So here are two examples from the same solution grid:
Code: Select all
.6.7..38..39.....4....1..5..9...2.3....1....96....85..1...8.6.......34....86....5

Code: Select all
Analysis results
Difficulty rating: 4,4
This Sudoku can be solved using the following logical methods:
56 x Hidden Single
 1 x X-Wing
 1 x XY-Wing
 1 x XYZ-Wing

Code: Select all
.617.....5.98.........14....9...2.31.......696..9.85.7...............4183.86.....

Code: Select all
Analysis results
Difficulty rating: 4,4
This Sudoku can be solved using the following logical methods:
52 x Hidden Single
 4 x Direct Hidden Pair
 2 x Pointing
 1 x X-Wing
 1 x XY-Wing
 1 x XYZ-Wing

After generating them, I found 2 more examples from the same grid which don't solve like intended, but are to nice to not mention them:
a swordfish(needed) which reveals an xy-wing:
Code: Select all
....95.8..3.........7....56....6.....4....2.9..2.3...71....9...9.62...183..64....

Code: Select all
Analysis results
Difficulty rating: 4,2
This Sudoku can be solved using the following logical methods:
53 x Hidden Single
 1 x Direct Pointing
 3 x Naked Single
 5 x Pointing
 1 x Claiming
 2 x Naked Pair
 1 x Naked Triplet
 1 x Swordfish
 1 x XY-Wing

Code: Select all
..1.9.......8.....2..3.4.....54.2.318.3.5....6.....5.7....8..23..62..4..3......95

Code: Select all
Analysis results
Difficulty rating: 4,2
This Sudoku can be solved using the following logical methods:
52 x Hidden Single
 1 x Direct Pointing
 2 x Direct Hidden Pair
 1 x Swordfish
 1 x XY-Wing


Is this coincidence or a result of the way I prefabricated the solution grid?
urhegyi
 
Posts: 743
Joined: 13 April 2020

Return to General