hi,
i want to make a 9x9 Sudoku solver in C++ but i'm unable to create a proper algorithm for it.
so, can anyone suggest one?
thanks in advance
http://en.wikipedia.org/wiki/Sudoku_solving_algorithms
@Grey Wolf,
thanks for your link, but i need algorithm for a Sudoku in which a few boxes are pre filled and we have to fill up the rest.
Oh, in that case:
http://en.wikipedia.org/wiki/Sudoku_solving_algorithms
and try reading.
that's the same page buddy :)