Solve 2021 day 6

This commit is contained in:
2024-11-17 06:11:54 -05:00
parent 074a7c4458
commit 11bcbce099
2 changed files with 34 additions and 1 deletions

View File

@@ -177,7 +177,8 @@ Solutions and utility script for Advent of Code challenges in Python.
- Day 3: 23:46 (How long can I take when I try to take long?)
- Day 4: 22:18 (No way. Such stupid bugs.)
- Day 5: 13:30 (Decent, but obviously too slow.)
- Day 6:
- Day 6: 16:33 (Right idea quickly but then struggled to implement.)
- Day 7:
## AoC 2022