Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 280 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 280 Bytes

python-sodoku-solver

The python program utilizes a decision board which reduces the calculations required to solve the puzzle number by number. The decision board will update after each play on the board, and the computer will react according to the new decision board status.