Sudoku Solver in Silverlight

added by jangie
7/8/2011 9:06:50 AM

129 Views

I wrote up a quick Sudoku solver in Silverlight, using the backtracking technique. There's probably some more optimization to do, and I really need to figure out how to properly get the UI thread updated in realtime while it's solving it, but I'm pretty happy that I was able to at least get this going.


0 comments