/Sudoku-solver

C++ code to solve given sudoku.

Primary LanguageC++

Sudoku-solver

C++ code to solve given sudoku using backtracking.

How to use?

Enter values for your sudoku in the code input itself and run sudoku.cpp to get the solution for it