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?







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.
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.