Skip to content

Code to solve a sudoku on the sudoku.com website using backtracking

Notifications You must be signed in to change notification settings

lfcounago/sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku.com solver

The core of the solver is the backtracking algorithm. Implementing a classic backtracking approach to solve the Sudoku.

Getting started

Create a virtual environment by running python3 -m venv venv

Activate the environment by running, on Windows, .\venv\Scripts\activate.bat, and, on Unix or MacOS, in a bash shell source venv/bin/activate.

Install requirements with pip3 install -r requirements.txt

Run project with python main.py make sure you have Sudoku page open.

About

Code to solve a sudoku on the sudoku.com website using backtracking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages