Update: Sudoku

21 Aug 2006

I have added a method to solve puzzles utilizing the same method I already wrote to generate Sudoku puzzles. So now we can solve them given information. It is cool to watch when given just a little bit of information how many combinations there are. This function basically generates the board and removes the row, cell, and 3x3 options before calling the solve/generate method. Kind of nice to have the same algorithm solve and generate puzzles.

Sudoku Puzzle Solver