TidyX 88: Advent of Code Day 7 – Loops & Lookups

Continuing from last week, Ellis Hughes and I step through a solution for Advent of Code Day 7. This week’s code puzzle has us trying to solve a method for finding a minimum value in a string of numbers created by some simple mathematical operations.

The task requires us to use some for() loops and build a lookup table for identifying values.

To watch our screen cast, CLICK HERE.

To access our code, CLICK HERE.