Function advent_of_code_2022::day_24::find_shortest_path
source · fn find_shortest_path(
blizzards: &HashSet<(usize, usize, Direction)>,
start_pos: (usize, usize),
start_dist: usize,
goal: (usize, usize),
bounds: (usize, usize)
) -> usize