Skip to content

Proof of concept for a Sudoku solver that provides proof of how it progresses.

License

Notifications You must be signed in to change notification settings

fifth-postulate/sudoku-proof

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Proof

Proof of concept for a Sudoku solver that provides proof of how it progresses.

Sudoku

Sudoku is a

logic-based, combinatorial, number-placement puzzle. In classic sudoku, the objective is to fill a 9×9 grid with digits so that each column, each row, and each of the nine 3×3 subgrids that compose the grid (also called "boxes", "blocks", or "regions") contains all of the digits from 1 to 9.

About

Proof of concept for a Sudoku solver that provides proof of how it progresses.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published