Expand description
Advent of Code 2023 Day 14: https://adventofcode.com/2023/day/14
Today’s challenge was not terribly difficult. After a relatively easy part one, part two is a classic Advent of Code problem where in order to avoid needing to run one billion (expensive) iterations of a loop we can instead find a cycle that we are sure that there will be because of the way that the input is crafted.
Functions§
- The solution for the day fourteen challenge.