Skip to content

jingyibo123/sudoku_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sudoku_solver_cpp

Sudoku solver in C++ and Java inspired by Peter Novig's algorithm (http://norvig.com/sudoku.html)

The coding style is more C-like with a lot of arrays and loops. There's still a lot of room for performance optimization.

Performance: 96 ms (C++) ~180 ms(Java) used to solve the 95 puzzle in puzzle.txt (i5-4340M @2.9GHz).

Everyone is welcome to contribute.

About

Sudoku solver in C++ and Java inspired by Peter Novig's algorithm (http://norvig.com/sudoku.html)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published