fn find_shortest_path_single( blizzards: &HashSet<(usize, usize, Direction)>, goal: (usize, usize) ) -> usize