adventofcode

Aleks 2021-12-24T04:45:22.280100Z

🧵 Day 24 Solutions Thread: post your solution here

nbardiuk 2021-12-24T16:36:37.291600Z

Decompiled code by hand and run brute force, takes 10 mins each part https://github.com/nbardiuk/adventofcode/blob/master/2021/src/day24.clj

🙌🏻 1
Aleks 2021-12-24T17:06:49.292600Z

@nbardiuk you’re a real hacker!

2021-12-24T23:39:52.294900Z

https://gitlab.com/maximoburrito/advent2021/-/blob/main/src/day24/main.clj Not an automated solution, but it's the code I used at the repl to figure it out

genmeblog 2021-12-28T19:21:25.309700Z

I solved it by hand and then based on this created a macro to generate search code https://github.com/genmeblog/advent-of-code/blob/master/src/advent_of_code_2021/day24.clj

tschady 2022-01-01T15:32:57.324100Z

medium sized writeup with spoilers: https://github.com/tschady/advent-of-code/blob/main/doc/2021.adoc#aoc2021d24

Antonio Bibiano 2021-12-26T19:42:43.307100Z

I just wrote some code to run the monad program

Antonio Bibiano 2021-12-26T19:43:00.307300Z

to check my calculations but the meat of the problem I solved by hand 🙂

Antonio Bibiano 2021-12-26T20:48:51.307500Z

Went ahead and wrote a program anyway because it felt good :D

2021-12-24T07:45:17.283800Z

I'm not getting part1 tonight. I made good progress reverse engineering the code and have, I think, part of my solution. But I'm going to have to come at it fresh tomorrow. sigh... Good luck to anyone still going...