aoc
2024.12.25
In aoc::
year2019::
day20
aoc
::
year2019
::
day20
Function
part1
Copy item path
Source
pub fn part1(input: &
Maze
) ->
u32
Expand description
Straight BFS with no caching or any optimization tricks.