Function advent_of_code_2022::day_8::find_best_scenery_score
source · fn find_best_scenery_score(grid: &Grid) -> usize
Expand description
For each tree in the grid, multiply the trees they can see in each direction. Return the best score.