Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 471 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 471 Bytes

C++ Sudoku Solver

A sudoku solver implemented in C++

USAGE

  1. Clone the repo to your local machine and run either ./a.out on linux machines or ./a.exe on Windows.
  2. 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.

LICENSE

Uses the MIT License