It's a fascinating example of the use of LINQ, but I wonder how fast it is. Sudoku puzzles, as seen in the newspaper, require very little guessing. There's almost always a square that has a single choice for what you can fill it in as. Sudoku solvers are much faster if they start out working on the most constrained square, rather than on the first square you find.
Comments
paul_houle replied ago:
It's a fascinating example of the use of LINQ, but I wonder how fast it is. Sudoku puzzles, as seen in the newspaper, require very little guessing. There's almost always a square that has a single choice for what you can fill it in as. Sudoku solvers are much faster if they start out working on the most constrained square, rather than on the first square you find.
Voters For This Link (9)
Voters Against This Link (0)