Difference between revisions of "Sudoku"
m |
(Damn! Tina could do it no worries :-() |
||
Line 17: | Line 17: | ||
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. | 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! | ||
{| | {| |
Revision as of 12:14, 18 August 2007
I've recently learned how to play Sudoku. Below is my first really difficult one involving bifurcation.
|
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!
|