Solve day 12.

This commit is contained in:
2023-12-15 19:14:22 -05:00
parent 437498a745
commit d41e4737cb
2 changed files with 49 additions and 23 deletions

View File

@@ -10,5 +10,5 @@
- Day 8: 25:00; I was doing pretty decent here.
- Day 9: 57:00; my input parse function did not consider negative values...
- Day 10: 180:00; this one was hard for me.
- Day 11: 68:00; okay but not elegant and way too slow ofc.
- Day 12:
- Day 11: 68:00; okay but not elegant and way too slow ofc; x-ray solution would have been neat
- Day 12: 52:00 and 22:00 for leaderboard; had the right idea and I am good at this type of problem