aoc::year2018::day22

Function part2

Source
pub fn part2(input: &[i32; 3]) -> i32
Expand description

A* search for the shortest path to the target.