Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 405 Bytes

File metadata and controls

6 lines (4 loc) · 405 Bytes

Sudoku-solver

Simple sudoku solver. It's just an exercise, and it could have been done much more effeciently. I didn't use any advanced tricks. In this implementation it goes over several basic methods to reduces all possible states, and then tries guessing randomly elements that have only few possible numbers.

Screenshot