A simple sudoku solving program. Written in C++ and utilizes structs and recursive backtracking. Uses bruteforce method to find solution.
Use makefile to build. Accepts input after running executable on the command line. Reference "fileInput" to see accepted file format.