Module aoc::year2016::day06

source ·
Expand description

§Signals and Noise

The cardinality of uppercase letters is only 26 so we can use a fixed size array to count the frequency of each character efficiently.

Functions§

Type Aliases§