Function aoc::year2023::day23::part2

source ยท
pub fn part2(input: &Input) -> u32
Expand description

Graph is undirected so we can also move up or to the right.