Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 400 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 400 Bytes

sudokusolver

INTRO: SudokuSolver.py is a file which consits of code that finds solution to your sudoku puzzle. HOW TO USE: You don't need to import any module.Just fell free to copy code and run into your IDLE. BackTracking: In simple words backtracking is method in which when possible options are eliminated we retract back to previous value and then change it back to it's intial value.