Recursive Sudoku Solver written in C++
$ make
$ ./sudoku path_to_file
File must be comprised of 9 lines with 9 digits each (other characters will be ignored) and must end with a new line.
See examples for valid input files.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Recursive Sudoku Solver written in C++
$ make
$ ./sudoku path_to_file
File must be comprised of 9 lines with 9 digits each (other characters will be ignored) and must end with a new line.
See examples for valid input files.