Function aoc::year2022::day12::height

source ยท
fn height(grid: &Grid<u8>, point: Point) -> i32
Expand description

Map S to a and E to z, otherwise use the value unchanged.