Function advent_of_code_2022::day_8::find_visible_count
source · fn find_visible_count(grid: &Grid) -> usize
Expand description
Count the trees visible from the edges of the grid.
fn find_visible_count(grid: &Grid) -> usize
Count the trees visible from the edges of the grid.