I've recently learned how to play Sudoku. Below is my first really difficult one involving bifurcation.
My first difficult Sudoku
|
|
|
|
|
|
|
|
|
|
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.
- Tina was able to solve the one above without any backtracking so I'll have to revisit it yet again! Another interesting thing she said which has rekindled my interest in Sudoku is that you should never have to use backtracking, there should always be a purely logical reason for every number to be filled in uniquely otherwise it defeats the purpose of Sudoku.
Can be done without backtracking
|
|
|
|
|
|
|
|
|
|
See also