#Sudoku solver Small C++ program that solves any Sudoku using the backtracking algorithm.
The sudoku is represented with a string, where empty boxes are represented with 0.
#Sudoku solver Small C++ program that solves any Sudoku using the backtracking algorithm.
The sudoku is represented with a string, where empty boxes are represented with 0.