Skip to content

This is a naive recursive algorithm that (somewhat) solidly solves Sudokus.

Notifications You must be signed in to change notification settings

KiruChaff/sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

sudoku-solver

This is a naive recursive algorithm that (somewhat) solidly solves Sudokus.

To my knowledge the only real issue with this program; The recursion limit is not sufficient for a couple of the most difficult Sudokus. I am not sure how to bypass this (except for building it iteravely).

About

This is a naive recursive algorithm that (somewhat) solidly solves Sudokus.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages