summaryrefslogtreecommitdiff
path: root/Day14.lean
Commit message (Collapse)AuthorAgeFilesLines
* Minor optimization of day 14 part 2.Andreas Grois2024-11-291-5/+9
| | | | | The previous code kept using the Part2Memory even after a cycle had been found. While this didn't break anything, it's a waste of CPU time.
* Day14 Part 2Andreas Grois2024-11-291-70/+179
|
* Day 14, Part 1.Andreas Grois2024-11-281-0/+182