aoc::year2022::day12

Function bfs

Source
fn bfs(input: &(Grid<u8>, Point), end: u8) -> u32
Expand description

BFS algorithm implementation with the reversed height transition rules baked in.