aoc
2024.12.25
In aoc::
year2023::
day23
aoc
::
year2023
::
day23
Function
part2
Copy item path
Source
pub fn part2(input: &
Input
) ->
u32
Expand description
Graph is undirected so we can also move up or to the right.