Repository for my attempts at the Advent of Code.
For a bit of fun, how long did these take to solve.
All times in minutes.
Day | Puzzle One | Puzzle Two | Notes |
---|---|---|---|
01 | 19 | 8 | |
02 | 60 | 40 | |
03 | 30 | 25 | |
04 | 90 | 32 | Exceptions? What exceptions... nothing to see here. |
05 | 25 | 100 | Part two is a write off... Really should have a method that checks and proves the correctness of the line rather than the loops |
06 | 60 | Forgot to remove the ^ denoting the starting guard position, then needed to make sure positions were unique |
|
07 | |||
08 | |||
09 | |||
10 | |||
11 | |||
12 | |||
13 | |||
14 | |||
15 | |||
16 | |||
17 | |||
18 | |||
19 | |||
20 | |||
21 | |||
22 | |||
23 | |||
24 | |||
25 |