Expand description
Advent of Code 2015 Day 6: https://adventofcode.com/2015/day/6
This challenge is pretty straightforward and amounts to dealing with a big grid of booleans in part one or a big grid of individual brightnesses (integers) in part two.
Functions§
- The solution for part one of the day six challenge.
- The solution part two of the day six challenge.