Module aoc::y15d07

source ·
Expand description

Advent of Code 2015 Day 7: https://adventofcode.com/2015/day/7

Today’s challenge was a little more difficult than I thought at the beginning because it appears that the circuit can provide instructions out-of-order. Once accounting for that possibility it was pretty straightforward.

Functions§

  • The solution for the day seven challenge.