aoc::year2023::day23

Function part2

Source
pub fn part2(input: &Input) -> u32
Expand description

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