aoc::year2015

Module day02

Source
Expand description

§I Was Told There Would Be No Math

To extract the numbers when parsing the input we use our utility iter_unsigned and chunk functions.

Sorting the dimensions in ascending order makes calculating the smallest side or smallest perimeter straightforward.

Functions§

Type Aliases§