AoC, Day 5, Parts 1 & 2 (Solved)

* Will come back to look at part 2. Extremely slow and inefficient.
* Or maybe I wont lol, YOU'RE NOT THE BOSS OF ME.
This commit is contained in:
🐙PiperYxzzy
2023-12-05 08:05:56 +02:00
parent 91725fbb82
commit 64972567b3
4 changed files with 530 additions and 0 deletions

33
2023/05/input-example.txt Executable file
View File

@@ -0,0 +1,33 @@
seeds: 79 14 55 13
seed-to-soil map:
50 98 2
52 50 48
soil-to-fertilizer map:
0 15 37
37 52 2
39 0 15
fertilizer-to-water map:
49 53 8
0 11 42
42 0 7
57 7 4
water-to-light map:
88 18 7
18 25 70
light-to-temperature map:
45 77 23
81 45 19
68 64 13
temperature-to-humidity map:
0 69 1
1 0 69
humidity-to-location map:
60 56 37
56 93 4