/SudokuSolver

C++ program that solves Sudoku

Primary LanguageC++

SudokuSolver

C++ program that solves Sudoku

How to use

this will be the sample sudoku puzzle:

sudoku

you will input it into the program like so:

sudoku_input

basically every empty field will be -1, and other fields will be given numerical values as in the puzzle.

The program output will look like this

sudoku_output

That's basically it, have fun

Emil Missoni