aoc::year2023::day25

Function furthest

Source
fn furthest(input: &Input, start: usize) -> usize
Expand description

BFS across the graph to find the furthest nodes from start.