Skip to content

Yehia-Fahmy/sudoku_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

sudoku_solver

Automated Sudoku Solver by: Yehia Fahmy

This script is one I developed to solve a sudoku board, with the option of displaying all the steps.

The global variable 'board' will contain a 2D array of integers with the initial values on the board (Empty spaces will be shown as '0').

The program will then prompt whether or not to display every step taken to solve the board

At the end the program will print out the solved board, and if board cannot be solved then progam will display failure.

About

Automated Sudoku Solver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages