Solve 2016 day 18.

This commit is contained in:
2024-05-08 18:58:15 -04:00
parent 4e6a44f67b
commit 3c290b8da3
2 changed files with 36 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ written in Python.
- Day 22: That was bad. Did not know how to choose between dfs/bfs and logic errors.
- Day 23: 10:00
- Day 24: 20:00 ugly - recursive solution would be more elegant
- Day 25:
- Day 25: 9:34
# 2016
@@ -50,7 +50,9 @@ written in Python.
- Day 15: Trial and error. Should use CRT instead.
- Day 16: 14:11
- Day 17: 45:00 didn't follow instructions... focus!
- Day 18:
- Day 18: 9:43
- Day 19:
# 2017