Source: Day 18: RAM Run
Full solution for today (spoilers!).
Part 1
You are given a series of points on a
71x71
grid. Taking only the first 1024 points, how long is the shortest path from(0, 0)
to(70, 70)
?
Full solution for today (spoilers!).
You are given a series of points on a
71x71
grid. Taking only the first 1024 points, how long is the shortest path from(0, 0)
to(70, 70)
?
Full solution for today (spoilers!).
The input is a list of pairs of the form
a|b
which defines thatb
must not come beforea
, an empty line, and then a list of valuesa,b,c,d
.For each line that is valid for all given
a|b
rules, sum the middle number of each list.