One of the first projects I did when I started learning python was building a solver for sudoku.
Empty board: |
Completed board: |
This is a pretty well understood space, which made it a nice learning project. The two styles of computer sudoku solvers are depth-first searches or ones that attempt …
read more