C++ program that solves Sudoku
this will be the sample sudoku puzzle:
you will input it into the program like so:
basically every empty field will be -1, and other fields will be given numerical values as in the puzzle.
The program output will look like this
That's basically it, have fun
Emil Missoni