Module 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§

find 🔒
parse
part1
part2

Type Aliases§

Input 🔒