Advent of code d5
This is the first one where I've had to change a solution for performance. The logic here was fairly straight forward. The challenge was getting the program to complete before new years eve.
I like to program as close to vanilla as possible. Because abstractions are complex. Seriously, why give a man a fish when you could teach him about asynchronous programming?
I've been paid to program for 13 years. People have paid me to write SQL, Java, Python, PHP, C, and C++. Which is ridiculous as it's my hobby. I love to code.
This is the first one where I've had to change a solution for performance. The logic here was fairly straight forward. The challenge was getting the program to complete before new years eve.
I enjoyed this one.
Only showing the phase 2 solution here. Becuase it is so far removed from the phase 1 solution, that I'd have to re-implement phase 1.