Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 322 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 322 Bytes

sudoku_solver

Python program that can solve 'most' sudoku challenges.

This is a very simply program - it requires no unusual modules, constructs or functions (other than many recursions and arrays).

It is not the easiest to understand initially, however, with the right IDE and debugging tools, it can be figured out.