sudoku game #39
A classic 9x9 Sudoku game that takes data from a file with some numbers already filled in, solves it using backtracking and displays the result on the screen or saves it to the file.
A classic 9x9 Sudoku game that takes data from a file with some numbers already filled in, solves it using backtracking and displays the result on the screen or saves it to the file.