Function aoc::year2022::day12::bfs

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

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