A sudoku solver implemented in C++
- Clone the repo to your local machine and run either
./a.out
on linux machines or./a.exe
on Windows. - You will be prompted to input a text file name with the initial, unsolved Sudoku board. You can use the example board hardest.txt or create your own. 2a. To create your own, put numbers in a 9 x 9 arrangement separated by spaces. Each row should be on a new line.
Uses the MIT License