aoc::year2022::day21

Function compute

Source
fn compute(input: &mut Input, index: usize) -> i64
Expand description

Recursively compute the total following the tree structure all the way to the leaves.