Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 239 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 239 Bytes

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'".