Function aoc::year2022::day21::find

source ·
fn find(input: &mut Input, humn: usize, index: usize) -> bool
Expand description

Recursively find the humn node then mark it and all its parents all the way to the root as “unknown”.