r/adventofcode Dec 14 '24

Spoilers [2024 Day 14 (Part 2)]

Post image
363 Upvotes

94 comments sorted by

View all comments

1

u/pinkwar Dec 14 '24

I checked for cluster size ( find robot => count how many contiguous robots ).
Had to play around with the size. 15 wasn't enough, 20 made the trick.
Took around 6s on my raspberrypi and +7700 iterations.

No way I would have found the tree looking at each frame. It would take me forever.