/SudokuSolver

Solve any sudoku

Primary LanguageC++MIT LicenseMIT

#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.