Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 478 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 478 Bytes

adventofcode-2022

Hello there, these are my solutions for the adventofcode 2022 challenge. Because this was the first year I tried this challenge. I opted to go with python, because I'm most comfortable with this language and it is also a great language for list/string manipulation.

My pitfalls

Day8

  • I found quickly a mental map on who to tackle this challange
  • Lost a lot of time because I forgot to add +1 to the index for trees on the right and bottom side.