Monday, May 24, 2010

Does anyone know where I can find a C++ program that solves sudoku puzzles?

Does anyone know where I can find a C++ program that solves Sudoku puzzles? Sudoku isn't exactly easy for me (i've just started). I'm trying to create a program that solves the puzzles but have been unsuccessful. Anyone know where I can find one?

Does anyone know where I can find a C++ program that solves sudoku puzzles?
Just do a google search for "sudoko solver C++ code". There are plenty available. Here are a couple I quickly found though I can't vouch for their correctness.





http://www.8325.org/sudoku/source.html


http://www.codeproject.com/KB/aspnet/sud...


http://www.kgsoft.co.uk/solver.htm
Reply:It's really fun to do, and you can brute-force solve it. I've seen it done in 3 lines of code using..perl I think it was? Man that was neat.


No comments:

Post a Comment