Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 372 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 372 Bytes

SudokuSolver

An algorithm to solve sudokus using rules. It comes with a visual representation. The code is in spanish and the paper comes with the code. To run the program just execute the python file, if you want to change the sudoku to solve, just change at the bottom of the code the "initial_state" for whichever you want to solve, those variables are at the start.