Skip to content

sarbjotm/Sudoku-Solver-Analysis

Repository files navigation

Analyzing 9x9 Sudoku Solvers

Assuming you have Python 3.7 or Python 3.9 installed, and you use python3 as your command to run on terminal

To run the backtracking algorithm WITHOUT printing the boards

python3 backtracking-solver.py

To run the backtracking algorithm WITH printing the boards

python3 backtracking-solver-print.py

To run our Rule Based (Human Technique) Solver WITHOUT printing the boards

python3 human_solver.py

To run our Rule Based (Human Technique) Solver WITH printing the boards

python3 human_solver_print.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages