Skip to content

This project is a Sudoku Solver made in C using Back-Tracking. It reads a sudoku table from the board.txt file and generates a valid solution for it, or returns a error message showing that the sudoku doesn't have a valid solution.

License

Notifications You must be signed in to change notification settings

MatheusBurda/sudokuSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver

About

This project is a Sudoku Solver made in C using Back-Tracking. It reads a sudoku table from the board.txt file and generates a valid solution for it, or returns a error message showing that the sudoku doesn't have a valid solution.

Link para o vídeo explicando a solução em português: https://www.youtube.com/watch?v=6_fK5sA74us

To compile/run:

Fill the board.txt with a sudoku to be solved, filling the blank spaces with 0 and keeping a space between numbers. There's a bunch of examples of sudoku tables on the exemples.txt file.

Compile:

make all

Run:

./sudokuSolver

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

This project is a Sudoku Solver made in C using Back-Tracking. It reads a sudoku table from the board.txt file and generates a valid solution for it, or returns a error message showing that the sudoku doesn't have a valid solution.

Topics

Resources

License

Stars

Watchers

Forks