Expand description
Advent of Code 2015 Day 19: https://adventofcode.com/2015/day/19
Today’s challenge was quite hard. It took me a while to even figure out exactly what I was supposed to be doing in the problem. Eventually, after reading the prompt several more times and looking at some solutions on the subreddit I was able to figure out enough to be able to implement my solution.
Functions§
- The solution for part one of the day nineteen challenge.
- The solution for part two of the day nineteen challenge.