Fork me on GitHub
#adventofcode
<
2020-12-27
>
Phil Shapiro03:12:12

I wish I had known about this channel while was working on this year’s AoC. This is the first year I’ve completed it, and my first time writing code in Clojure. I’m sure others have much better code but if it’s of any interest, my solutions are here: https://github.com/pshapiro4broad/advent2020

👋 18
Vincent Cantin18:12:36

I just published the source code that I was working on, which I mentioned last week. It uses Instaparse to parse class names and generate Garden data. https://github.com/green-coder/girouette Let me know if you are interested or if you have any question.

👍 3
Jeff Evans19:12:32

For day 12 part 1, is it safe to assume all rotations are by multiples of 90? My input suggests so, but that's not stated explicitly anywhere

pez19:12:14

My input suggested the same.

kingcode21:12:46

thanks @rjay

euccastro23:12:28

you only need to work with your (real) input. any constraints you discover there are fair game to exploit

euccastro23:12:45

and yeah, they're definitely 90 degree multiples