Day 26 answers thread - Post your answers here
Hahahaha
nahhh β¦ just kidding π
π
My full GH repo, with notes on things I learned, and links to a few other repos: https://github.com/rjray/advent-2020-clojure
I just got up π
started solving 2015, seems not only me π
what leaderboard is this?
there is a larger one from the channel's topic: 217019-4a55b8eb
I would love to join, but I am busy preparing the advent-of-instaparse
Since we're all sharing, this is a link to my Advent 2020 GitHub repo. I've only been doing Clojure for about 4 months, so I made a daily blog post that explains how the code works, as intended for beginners. I did a bunch of cleanups to make the final code pretty and theoretically reusable if I had to see it again, with a few obvious exceptions. Maybe this will help some other Clojure newbies! https://github.com/abyala/advent-2020-clojure
here's my AoC repo. I did 16-25 in their respective days, then I did 1-15 in a binge yesterday (having watched Lambda Island's videos), then I slept for 15 hours straight :). I thing code is relatively clean despite the circumstances https://github.com/euccastro/advent-of-code-2020
immediately before I'd said "[...] I'm missing all up to 15.Β I'll do them at a more leisurely pace" π... but then I'd read somewhere in the AoC website that I needed to do them all by Dec 25
Why is the AoC home page listing the problems out of order? After 8 17, then I skipped over 17 to do 9, and now 16 18 15 19 10β¦any idea?
maybe because numbers roughly correspond to latitudes in the map, and you do some north/south turns as the story progresses? (I haven't checked)
@euccastro ok, thx!
The problems unlocked in the order of the days. The lines are different from previous years because this time it represents your travel path π.
Hmmm... interesting, but what determines the travel path? Is it just the pretty graphics and if so what is the relationship to challenge nos vs location in the graphs? Sorry for being so thick ;)
So for example what would cause the βtravel pathβ to go from day 9 to day 17? Or are we talking about time travel?
both 9 and 17 happen while you are flying. I guess at the story time of the 9th puzzle you just happened to be a bit south from where you were at the time when the 17th puzzle is set
because of some storm you have to take a very indirect flight path to your vacation island; that's responsible for most of the out-of-order numbers