Skip to content

Latest commit

 

History

History

part2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Advent of Code 2022 - Day 8 Part 2

What is the highest scenic score possible for any tree?

Setup

Parsed into map of coordinates to values.

Implementation

  • compute axis maximums
  • iterate each interior tree, computing scenic score
  • Enum.max/1

Running

mix run

Testing

mix test