@@ -18,24 +18,25 @@ The project is structured as follows:
1818## Solutions
1919
2020Here are the solutions I have implemented along with the time it took to run each one:
21-
22- * [ Day 1: Historian Hysteria] ( src/test/kotlin/adventofcode/Day01Test.kt ) (49 ms)
23- * [ Day 2: Red-Nosed Reports] ( src/test/kotlin/adventofcode/Day02Test.kt ) (45 ms)
24- * [ Day 3: Mull It Over] ( src/test/kotlin/adventofcode/Day03Test.kt ) (39 ms)
25- * [ Day 4: Ceres Search] ( src/test/kotlin/adventofcode/Day04Test.kt ) (120 ms)
26- * [ Day 5: Print Queue] ( src/test/kotlin/adventofcode/Day05Test.kt ) (50 ms)
27- * [ Day 6: Guard Gallivant] ( src/test/kotlin/adventofcode/Day06Test.kt ) (6,359 ms)
28- * [ Day 7: Bridge Repair] ( src/test/kotlin/adventofcode/Day07Test.kt ) (69 ms)
29- * [ Day 8: Resonant Collinearity] ( src/test/kotlin/adventofcode/Day08Test.kt ) (77 ms)
30- * [ Day 9: Disk Fragmenter] ( src/test/kotlin/adventofcode/Day09Test.kt ) (1,012 ms)
31- * [ Day 10: Hoof It] ( src/test/kotlin/adventofcode/Day10Test.kt ) (583 ms)
32- * [ Day 11: Plutonian Pebbles] ( src/test/kotlin/adventofcode/Day11Test.kt ) (119 ms)
33- * [ Day 12: Garden Groups] ( src/test/kotlin/adventofcode/Day12Test.kt ) (221 ms)
34- * [ Day 13: Claw Contraption] ( src/test/kotlin/adventofcode/Day13Test.kt ) (54 ms)
35- * [ Day 14: Restroom Redoubt] ( src/test/kotlin/adventofcode/Day14Test.kt ) (474 ms)
36- * [ Day 15: Warehouse Woes] ( src/test/kotlin/adventofcode/Day15Test.kt ) (129 ms)
37- * [ Day 16: Reindeer Maze] ( src/test/kotlin/adventofcode/Day16Test.kt ) (261 ms)
38- * [ Day 17: Chronospatial Computer] ( src/test/kotlin/adventofcode/Day17Test.kt ) (93 ms)
39- * [ Day 18: RAM Run] ( src/test/kotlin/adventofcode/Day18Test.kt ) (5,520 ms)
40- * [ Day 19: Linen Layout] ( src/test/kotlin/adventofcode/Day19Test.kt ) (60 ms)
41- * [ Day 20: Race Condition] ( src/test/kotlin/adventofcode/Day20Test.kt )
21+ | Solution | Timing (ms) |
22+ | :--- | ---: |
23+ | [ Day 1: Historian Hysteria] | src/test/kotlin/adventofcode/Day01Test.kt) | 49 |
24+ | [ Day 2: Red-Nosed Reports] | src/test/kotlin/adventofcode/Day02Test.kt) | 45 |
25+ | [ Day 3: Mull It Over] | src/test/kotlin/adventofcode/Day03Test.kt) | 39 |
26+ | [ Day 4: Ceres Search] | src/test/kotlin/adventofcode/Day04Test.kt) | 120 |
27+ | [ Day 5: Print Queue] | src/test/kotlin/adventofcode/Day05Test.kt) | 50 |
28+ | [ Day 6: Guard Gallivant] | src/test/kotlin/adventofcode/Day06Test.kt) | 6,359 |
29+ | [ Day 7: Bridge Repair] | src/test/kotlin/adventofcode/Day07Test.kt) | 69 |
30+ | [ Day 8: Resonant Collinearity] | src/test/kotlin/adventofcode/Day08Test.kt) | 77 |
31+ | [ Day 9: Disk Fragmenter] | src/test/kotlin/adventofcode/Day09Test.kt) | 1,012 |
32+ | [ Day 10: Hoof It] | src/test/kotlin/adventofcode/Day10Test.kt) | 583 |
33+ | [ Day 11: Plutonian Pebbles] | src/test/kotlin/adventofcode/Day11Test.kt) | 119 |
34+ | [ Day 12: Garden Groups] | src/test/kotlin/adventofcode/Day12Test.kt) | 221 |
35+ | [ Day 13: Claw Contraption] | src/test/kotlin/adventofcode/Day13Test.kt) | 54 |
36+ | [ Day 14: Restroom Redoubt] | src/test/kotlin/adventofcode/Day14Test.kt) | 474 |
37+ | [ Day 15: Warehouse Woes] | src/test/kotlin/adventofcode/Day15Test.kt) | 129 |
38+ | [ Day 16: Reindeer Maze] | src/test/kotlin/adventofcode/Day16Test.kt) | 261 |
39+ | [ Day 17: Chronospatial Computer] | src/test/kotlin/adventofcode/Day17Test.kt) | 93 |
40+ | [ Day 18: RAM Run] | src/test/kotlin/adventofcode/Day18Test.kt) | 5,520 |
41+ | [ Day 19: Linen Layout] | src/test/kotlin/adventofcode/Day19Test.kt) | 60 |
42+ | [ Day 20: Race Condition] | src/test/kotlin/adventofcode/Day20Test.kt) | 0 |
0 commit comments