aoc
2023.12.25
In aoc::
year2019::
day20
Function
aoc
::
year2019
::
day20
::
part2
Copy item path
source
ยท
[
−
]
pub fn part2(input: &
Maze
) ->
u32
Expand description
BFS with memoization of previously seen states.