October 24th::2006This is the second article of a growing obsession with sudoku programming. Below is the code for my sudoku puzzle solver. The code is well documented and easy to understand, as long as you are comfortable with recursion (the recursion is limited and the
October 11th::2006Coding this took a little longer than I expected, but it was well worth it. I suggest trying this challenge to anyone who is interested in learning about object oriented programming. This is a very simple version, which I intend to upgrade over time.