AOC 2022 Day Seven 💻 #765
Replies: 5 comments 12 replies
-
Like AOC, I'm a tree-hugger: https://github.com/rhdeck/aoc-2022/blob/main/src/7/day_7.ipynb Not as terse as I'd like, but introduced me to class properties and methods in Python |
Beta Was this translation helpful? Give feedback.
-
Hello today I wrote the Dumbest Possible class-based TS because there are ongoing prod issues and I need to be working on that and not this :C https://github.com/doleraj/adventofcode/blob/main/aoc2022/src/day07/index.ts |
Beta Was this translation helpful? Give feedback.
-
Gosh was I bad at today. Spent WAY too long trying to be clever and avoid recursion for some reason. Also I'm bad at reading it turns out. Solution: https://github.com/danieltott/aoc2022/blob/main/src/day07/index.ts |
Beta Was this translation helpful? Give feedback.
-
I love and hate this solve. But this is my favourite type of problem. And I'm happy with lots of this solution, even though it isn't sparse. I'm with @danieltott , all my problems are reading comprehension |
Beta Was this translation helpful? Give feedback.
-
Ruby solution I love these recursive tree things, my biggest issue was a sick kid at home taking my attention. |
Beta Was this translation helpful? Give feedback.
-
Discussion of solutions for Advent of Code Day 7 here.
Don't forget about the VC Advent of Code private leaderboard:
363496-e6f42283
Beta Was this translation helpful? Give feedback.
All reactions