Skip to content

akshitasinghal4444/Sudoku-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Sudoku-Solver

Sudoku Solver using backtracking in C++

• Tools Required - o VS Code (Visual Studio Code) o C/C++ Compiler and Debugger

• Configure Procedures - o Install VS Code (Visual Studio Code) o Install VS Code C/C++ extensions o Install C/C++ Compiler and Debugger o Create Code, Compile It, and Run It

  • for building and running the project, you can press Ctrl + Shift +B to build and type the executable name to run in terminal .

• Description - This is a C++ program to solve a sudoku problem using backtracking and recursion. Input – a partially filled 9*9 matrix representing unsolved sudoku with 0 at empty places. Output – a solved sudoku

About

Sudoku Solver using backtracking in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages