Skip to content

nathansivalingam/sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Sudoku Solver

Project Description

This python program uses a backtracking algorithm to solve a standard sudoku puzzle.

How to Install and Run the Project

  1. Ensure that python is downloaded on your local environment. If not, follow the tutorial accessible via https://www.youtube.com/watch?v=nU2Egc3Zx3Q
  2. Ensure that numpy is installed on your local environment. If not, follow the tutorial accessible via https://www.youtube.com/watch?v=hP06VU0kpbo
  3. Clone the main.py file into your local environment.

How to Use the Project

  • An already existing sudoku puzzle is placed at the top of the program.
  • Run the program in the terminal.

Include Credits

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages