Description
This is a Sudoku solving algorithm designed to solve the standard 9x9 Sudoku puzzle. It uses depth-first search to solve the problem by brute-force calculation.
How To Run
First create a space-separated text file of the Sudoku puzzle you want to solve, as seen in sample.txt. Then execute the following:
python3 sudoku.py
Log in or sign up for Devpost to join the conversation.