summaryrefslogtreecommitdiff
path: root/Day14.lean
Commit message (Collapse)AuthorAgeFilesLines
* Change all imports from Lean to Std to reduce binary size.Andreas Grois2024-11-291-2/+2
| | | | | Reduces binary size by more than a factor of 10... https://github.com/leanprover/lean4/issues/5274
* 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