Skip to content

MFattakhov/sudoku_solver_CLI_visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudoku_solver_CLI_visualization

A sudoku solver that prints the work of it in the terminal

Helpful information

Run main.py to see an example, or edit the code to solve your board.

gif

(Blue digits are initial ones.)

The solver works by backpropagation, testing every 'solution' until it finds 'the solution'.

Implementation of the structure Bitset was found on the Internet, all contributes preserved.

About

A sudoku solver that prints the work of it in the terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages