Sudoku game
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.
Edited by yermaiva
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.