Hey! I'm back after a while of having too much wor...
# advent-of-code
k
Hey! I'm back after a while of having too much work and then being sick, so I have some catching up to do as well 🙂 Both of todays parts were begging to be solved with integer linear programming, but I managed to ignore that and bruteforce my way trough everything instead:
e
Curious, how many iterations does your binary search go through before finding the answer?
k
Only
21
iterations actually, that's not that bad.
Hmm, looks like you're also iterating at least a couple of times, how many is that?
e
Missed the notification. It gets it done in 6-7 iterations.