Solving Sudoku using SQL Server 2005 - Step by Step - Part #6
Implementation of RunSolveAlgorithm4:
This is the last post in this series. The previous algorithm is the last one that tries to solve the puzzle logically. This one will take the latest unsolved sudoku board that we get after running through the first three algorithms and use brute force to solve the puzzle. I am not going to reinvent the wheel here.