Skip to content

lorenzo-d-m/sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Sudoku solver

A script to solve every sudoku puzzle

Code description:

The initial scheme must be provided by editing the scheme variable. Empty cells are represented by zeros.

The script tries to solve the puzzle by using a deterministc algorithm. If it doesn't work, the script uses randomness to guess the value of a random cell until it solves the puzzle.

About

A script to solve every sudoku puzzle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages