Skip to content

bmaag90/sudoku_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudoku_solver

Backtracking Solver for Sudoku Games

The solver expects a txt file, where the numbers are printed on one line in row-major format. An empty cell is indicated by an '.' character. An example game is found in games/game_0.txt

Build and run

  1. Build: make all
  2. Run: ./build/main games/game_0.txt

About

Backtracking Solver for Sudoku Games

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages