Module aoc::year2016::day08

source ·
Expand description

§Two-Factor Authentication

The pixels are sparse enough that’s it efficient to store them as Point objects and manipulate individually. Pixels don’t overlap so we can use a vec instead of a set to store distinct points without overcounting.

Functions§