Sudoku Solver August 1st, 2024 Inspired by the NYT Games daily Sudoku. Environment setup (python version 3.11 or greater): $ python -m venv .venv $ source .venv/bin/activate $ pip install -r requirements.txt Run the example: $ python main.py