/AdventOfCode2022

https://adventofcode.com/2022

Primary LanguagePython

AdventOfCode2022

https://adventofcode.com/2022

Highlights:

  • Day 7 - Directory size problem where I needed to use a tree/nodes and use DFS
  • Day 9 - really cool chain pulling problem that kind of simulates physics
  • Day 10 - CRT problem, used matplotlib