Function aoc::year2023::day23::part1

source ยท
pub fn part1(input: &Input) -> u32
Expand description

The graph is directed so the only allowed steps are down or to the right. The maximum value for any cell is the maximum of either the cell to the left or above.