Module day08

Source
Expand description

§Memory Maneuver

Recursive solution computing both parts at the same time, sharing a single mutable iterator. A shared stack is used to store the scores for child nodes temporarily.

Functions§

parse
parse_node 🔒
part1
part2

Type Aliases§

Input 🔒