Skip to content

This project uses python to create a program that solves Sudoku questions.

Notifications You must be signed in to change notification settings

Zoz24/sudoku_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Sudoku Solver

This project uses python to create a program that solves Sudoku questions. The method I used is recursion and backtracking.

How run the code?

This program was created with python which is a popular programming language. Make sure you have python downloaded. You can run the code either from a terminal, a code editor(such as visual studio code), or an IDE(such as Pycharm).

If you want to run the code from your terminal, use "mkdir" to create a folder, then store "sudoku.py" within that folder, then type in "python sudoku.py" to run the code. If you use a code editor or IDE, you can run the code within the software.


Links to download python, vs code, and Pycharm

About

This project uses python to create a program that solves Sudoku questions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages