Skip to content

eduflm/sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Sudoku Solver

Sudoku solution finder using graph coloring. In the solution, the DSatur algorithm was used with backtracking to find the solution

To run this application, use "python3 sudoku_solver.py 'inputNameFile' 'outputNameFile'".

Releases

No releases published

Packages

No packages published

Languages