aboutsummaryrefslogtreecommitdiffstats
path: root/AoC2023/day05/solver.lisp
Commit message (Collapse)AuthorAgeFilesLines
* day05 bug finally found and fixedOscar Najera2023-12-061-37/+18
| | | | | | | I had poor control of bounds. Right simple tests, it is not that hard, debugging by reading takes forever.
* day05 try with ranges fail to solveOscar Najera2023-12-061-37/+121
|
* [AoC2023] day05 lisp too slowOscar Najera2023-12-051-0/+117