Ranges are always pesky. Lots of off by one errors when I was pulling this one together. It was also the first day I caved and broke out atoms
Hey Folks!
I’ve escaped Reddit and fled to the fediverse (and trying really hard to not look back).
My interests are all over with a small subset being:
Ranges are always pesky. Lots of off by one errors when I was pulling this one together. It was also the first day I caved and broke out atoms
This one was a high school flashback. Ended up using the quadratic formula to find the root of the curve.
Recursion probably made things a little trickier for you (but is totally possible). The special piece to notice in part 2 is that you are only forward creating cards and (most importantly) there are no decisions to optimize. Each card alway produces the same result.
This problem reminded me of the lantern fish problem. The trick with this one was not tracking individual fish, instead you only need the number of each generation you have (and in today’s puzzle we just need to track how many of each card you have)
Ran into a couple gottchas today. Didn’t notice the tabular data at first. It got me twice, once on the numbers and then again on the card number (which I guess I didn’t actually need to use)
The second gottcha was missing that in the second part it is the number of matching numbers not the score that I needed to use. My first attempt was a very very very big number
That was a fun one to parse. Needed to leak some mutability into my code using the raw Java Matcher as there wasn’t another way to get the indexes of the matches in the string. Luckily it’s contained within a fn so not too bad :D
Here is my clojure solution
Back to a more typical difficulty today ❄️
Part 2 was unexpected. Was not expecting that level of wrinkle on day 1 for sure.
I saw a few things that were guessing we might have a lot more of these sorts of twists to help throw off the AI solutions 🤷♂️
Thanks for the shout out!
I remember this being a really tricky one to tweak. It’s always around 18-20 when things really ramp up. I still haven’t braved: https://adventofcode.com/2018/day/15
This is a great set of data plots to see all the tricky problems 😁 https://www.maurits.vdschee.nl/scatterplot/
If you are interested I wrote an AoC helper last year for clojure. https://github.com/jjcomer/aoc-helper
I started with the idea of using babashka for everything, but I ran into some namespace issues.
Running on my computer part 1 takes ~850ms and part 2 takes ~1300ms
Always happy to help someone join team crab! Let me know if you have any questions. Rust and clojure are my two go to languages for AoC
Uiua sounds super interesting. I remember day 19 last year being very finicky.
I’m the same way I want to solve the problem and not have to also solve the problem of writing in a new language.
Here is my day 19 in clojure (not sure of that helps at all)
Exactly this. Technical literacy in zoomers and Gen next is going to be worse than boomers.
Everything is fast and all the details of the technology are hidden from them
That being said I’m sure they will use technology in mind blowing ways. But have not idea how it works.
Not too much effort. Check my profile I posted my process the other day! The lines are from the proofing baskets.
Anytime! Let me know it you try it
It sure is! No commercial yeast is added
Here are some of my bakes using this:
I finally did :D Just posted https://lemmy.world/post/2747555
That got me! Ended up with some very very big numbers