aoc
2024.12.25
In aoc::
year2018::
day22
aoc
::
year2018
::
day22
Function
part2
Copy item path
Source
pub fn part2(input: &[
i32
;
3
]) ->
i32
Expand description
A* search for the shortest path to the target.