Skip to content

CGowan44/sudoku-solver-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

sudoku-solver-cpp

C++ Sudoku Solver

How To Use:

  • Edit the 'board' matrix to represent the sudoku board you would like to be solved. A 0 represents an empty space. When complete, run the program and the solved board will be printed.

How It Works:

  • A backtracking algorithm is used to solve the board recursively. There are several helper functions used to monitor the validity of number placements and the status of the board.

What I Learned:

  • By completing this project, I learned more about backtracking and recursion through a practical implementation in the form of a sudoku solver.

About

C++ Sudoku Solver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages