Skip to content

MarisaKirisame/sudoku_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudoku_solver

As it's name suggest, this is yet another sudoku solver. Comparing to other sudoku solver, this is: Lightweight. The source code is no more than 200 line, including an example. Portable. It only rely on standard C++ and some boost header-only library. Quick. It can solve http://www.telegraph.co.uk/science/science-news/9359579/Worlds-hardest-sudoku-can-you-crack-it.html in less than a second. Customizable. It use iterator to return all answer, so user can use the result right after a single computation, either via boost::coroutine or other iterator/self-implemented ones.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published