Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 139 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 139 Bytes

Sudoku Solver

A simple Sudoku Solver using backtracking algorithm.

Update the_puzzle list with the Sudoku board and run solver.py.