Function aoc::year2018::day22::part2

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

A* search for the shortest path to the target.