aoc
2023.12.25
In aoc::
year2019::
day20
Function
aoc
::
year2019
::
day20
::
part1
Copy item path
source
ยท
[
−
]
pub fn part1(input: &
Maze
) ->
u32
Expand description
Straight BFS with no caching or any optimization tricks.