- Code: Select all
-------------
|...|8.5|...|
|3.2|4.1|5.7|
|.9.|...|.1.|
-------------
|2..|.4.|..9|
|..6|...|8..|
|7..|.6.|..5|
-------------
|.1.|...|.5.|
|9.3|5.6|4.2|
|...|3.4|...|
-------------
Now, after applying basic techniques, I got:
- Code: Select all
-------------
|...|8.5|...|
|3.2|491|5.7|
|.9.|6..|.1.|
-------------
|2..|.4.|..9|
|..6|.5.|8..|
|7.9|.6.|..5|
-------------
|.1.|...|.5.|
|9.3|516|4.2|
|...|3.4|...|
-------------
I've tried to use solving problems to do this, but they never actually tell me how they're doing what they're doing. Could someone please explain how such a puzzle can be solved.
BTW, I know it's a fair bit advanced for me, but I still want to give it a shot.