0
kicks
Sudoku Solver in Silverlight
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.