summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* printingHEADmasterRobby Zambito2025-05-19
|
* Massive speedup with inlining loopRobby Zambito2025-05-19
|
* Remove unused functionRobby Zambito2025-05-19
|
* Only store the most constrained moveRobby Zambito2025-05-19
|
* Try saving only the minimumRobby Zambito2025-05-19
| | | | still only half as fast as saving the list?
* Use list of possible moves, sort and get the firstRobby Zambito2025-05-19
|
* Just storing min valueRobby Zambito2025-05-19
|
* Basic solver that uses simd for simple puzzlesRobby Zambito2025-05-19
| | | | this assumes there is at least one cell with only one valid answer at any given step.
* initial commitRobby Zambito2025-05-13