aoc::year2019::day15

Function part2

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

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