Soduko solver using backtrack algorithm in C++
Friday, November 28, 2008 » programming, uni
Ahh, still in 2007 we had an C++ course that I really liked. In this year the task was to implementing a soduko solver. My solution
based on backtrack alghorithm. Classic class programming with methods in C++. Behold.
[ soduko.cpp ] |
[ easy.in ][ middle.in ][ difficult.in ]