Fork me on GitHub
#adventofcode
<
2022-12-23
>
norman06:12:44

Day 23 - Solutions

norman06:12:39

https://gitlab.com/maximoburrito/advent2022/-/blob/main/src/day23/main.clj part 2 from part1 took under 2 minutes, including the 15s it took to run. Clojure definitely made that part easy

Miķelis Vindavs09:12:19

It took me half an hour to finally understand that the moves need to be rotated after each round :man-facepalming::skin-tone-2:

alekszelark11:12:25

@U051HUZLD like your idea to group elves by propose while making them, then you don’t need freqs

👍 2
Callum Oakley11:12:21

https://github.com/callum-oakley/advent-of-code/blob/main/src/aoc/2022/23.clj I was wondering when we would get the annual game of life puzzle 🙂

alekszelark11:12:07

@U01HL2S0X71 I believe tomorrow 🙂

Callum Oakley11:12:40

ah I thought this might have been it. it's arguably "in the spirit of it" even if there's no multiplication 😅

Miķelis Vindavs14:12:01

i did the main part of resolving move conflicts using group-by + mapcat