News

Python program that solves sudoku puzzles. Contribute to conrad-mukai/python-sudoku development by creating an account on GitHub.
Summary: A short python program that can output the solution of a given solvable sudoku puzzle Using a series of logical algorithms and a bit of brute force, this program is able to solve just about ...