Skip to content

This program solves a 9x9 or a 3x3 sudoku puzzle and returns False if it is not solvable. The logic is based on recursion.

Notifications You must be signed in to change notification settings

pavelastro/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

sudoku

This program solves a 9x9 or a 3x3 sudoku puzzle and returns False if it is not solvable. The logic is based on recursion.

About

This program solves a 9x9 or a 3x3 sudoku puzzle and returns False if it is not solvable. The logic is based on recursion.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages