Function aoc::year2023::day25::furthest

source ยท
fn furthest(input: &Input, start: usize) -> usize
Expand description

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