~shiny/sudoku

7639694d — Thomas Spurden 12 years ago
Modifications
0b6d0e15 — Thomas Spurden 12 years ago
Simplify calculation
b1ccd7e0 — Thomas Spurden 12 years ago
Compile all the small solvers.
723e192f — Thomas Spurden 12 years ago
Actually print the solution(s)
f6220885 — Thomas Spurden 12 years ago
Move examples in examples directory
e3ca5935 — Thomas Spurden 12 years ago
Remove incorrect comment and ue variable.
f2ecabed — Thomas Spurden 12 years ago
malloc correct size and only calculate neighbourhood for unknown cells.
b9a3b10c — Thomas Spurden 12 years ago
Increment n in the loop rather than below.
81336185 — Thomas Spurden 12 years ago
Remove the u array.
472b1c12 — Thomas Spurden 12 years ago
Move everything except u into local arrays.
82bd67ee — Thomas Spurden 12 years ago
Pass neighbourhood array rather than n.
279a29c8 — Thomas Spurden 12 years ago
Split apart the neighbourhood generation.
aab29313 — Thomas Spurden 12 years ago
Documented version for reference.
cfacb55e — Thomas Spurden 12 years ago
Will solve any size grid in theory now.
d079f205 — Thomas Spurden 12 years ago
Moved stuff around, should now solve bigger grids given a new version of taken.
894e11bd — Thomas Spurden 12 years ago
WIP very small sudoku solver for IOCCC
Couple more versions.
Add some explaintory comments
Simplified in several ways
Next