Sudoku Worksheet

Advanced methods and approaches for solving Sudoku puzzles

Sudoku Worksheet

Postby ramsdell » Fri Aug 19, 2005 1:22 am

I'm new to Sudoku, and I find when puzzles get tough later in the week, I need help when attempting pencil and paper only solutions. The aid I created is the Sudoku Worksheet available at http://www.ccs.neu.edu/home/ramsdell/tools/sudoku.pdf. It helps you track a box's possible values. Once a box is determined, I erase my marks, and write in the value. The worksheet is generated using an AWK script to produce TeX input. When the worksheet is not enough, and I really get stuck, I run the JavaScript Sudoku Solver at http://www.ccs.neu.edu/home/ramsdell/tools/sudoku.html.
ramsdell
 
Posts: 5
Joined: 18 August 2005

Postby The Central Scrutinizer » Sat Aug 20, 2005 3:01 pm

I've done the same thing with good old fashioned graph paper.
The Central Scrutinizer
 
Posts: 22
Joined: 10 August 2005


Return to Advanced solving techniques