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

easy sudoku
rjdfhorn asked:

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?






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

  1. That Guy - April 28th, 2009 at 9:49 am

    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.

  2. brian - April 29th, 2009 at 5:01 am

    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.


Leave a Reply