Expand description
Advent of Code 2015 Day 16: https://adventofcode.com/2015/day/16
Today’s challenge is pretty straightforward. We don’t have all of the information for the Aunt Sues but presumably, there is only one correct answer in the list of Aunt Sues, and so each incorrect Sue will have some disqualifying characteristic. The solution is therefore simple, check the information that we have about each Sue, if we can’t find anything that disqualifies here then she’s the one that we’re looking for!
Functions§
- The solution for the day sixteen challenge.