Gui and terminal based sudoku-solver.
This is a simple sudoku solver made for a 1st semester computer science exam. For now it is working very well in a single-threaded solver. The program contains a gui, but will also output in the terminal if needed.
In the future I would like to finish the multi-threaded solver. Work on this has started, but there is still some bugs to be fixed before this part is working.
Project is administered and created by Troels Blicher Petersen @ University of Southern Denmark
The program reads simple "sudoku" files. Examples of these are:
test1.sudoku
test2.sudoku
Feel free do clone, fork or do whatever you will with this piece of software.