Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 351 Bytes

advent-of-code.md

File metadata and controls

11 lines (7 loc) · 351 Bytes

Advent of Code: Trees

We suggest working through the following Advent of Code problems:

2022: Day #21

Hint: Part 1 involves building an expression tree and evaluating it. Part 2 is substantially more challenging, but is also a great recursive puzzle.