Function aoc::year2019::day06::part1

source ·
pub fn part1(input: &[usize]) -> usize
Expand description

Recusively follow parent relationships all the way to the root COM object. Cache each object’s depth in order to avoid unecessary work.