Function aoc::year2019::day15::part2

source ยท
pub fn part2(input: &(FastSet<Point>, Point)) -> i32
Expand description

BFS from the oxygen system to all points in the maze.