Skip to content

relimS/sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

On my system, clang compiled binary seems to be slightly faster.

Please optimize the code for me. It is painfully slow.
Example input:

0 0 8 5 0 3 0 4 0
0 0 0 0 0 0 8 0 0
0 6 1 9 8 0 7 0 0
0 0 0 0 0 0 0 0 0
2 1 0 0 0 0 5 0 0
0 0 0 2 4 0 0 0 0
0 5 0 0 0 0 0 0 0
0 0 0 0 0 0 0 1 5
0 9 3 0 0 0 2 0 0

0 0 0 0 0 0 0 0 0
2 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 3
3 4 0 1 0 0 0 0 9
5 0 0 0 9 0 0 0 6
0 0 0 0 0 3 0 0 0
0 7 0 3 0 0 0 0 0
9 3 0 5 0 6 0 0 2
0 0 1 7 2 0 0 9 0

About

Simple sudoku-solver with backtracking in C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published