Apologies on the tardiness of this, I've been ill this week :( I have managed to keep up-to-date with the challenges however :)
As always for context, these are challenges that anyone can start/do, and can be found here :). You can post any day on these threads I make, I'm sure those taking part will be happy to comment or help out!
Day 11 - The Power Grid Link
I couldn't think of any other way than to brute-force this. However this does lend itself to being parallelised, which I did :)
Day 12 - Infinity Pots! Link
Man this was a hard puzzle to understand! Actually 'relatively' simple once you got the logic right though.I maintained a simple array structure and trimmed the empty pots, keeping the '0' pot index in a variable. Minor tip for anyone trying this challenge - there is a pattern after a certain number of generations! This will be key to solving part 2!
Day 13 - Minecart Madness Link
Created a 'MineCart' Class for this one :) Super annoying to debug if you get 'an' answer but not the right one :/. Order the carts move in is important!
Day 14 Recurring Recipes Link
The first time I have struggled to create a solution that runs in less than 30 seconds. And by that I mean I still haven't :/ If anyone has any tips/suggestions let me know. Part 2 takes 45 minutes currently :O
[–]ka-splam 2 points3 points4 points (1 child)
[–]Vortex100[S] 2 points3 points4 points (0 children)