Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEALove it
Probably could have been a little more compact and efficient, but here is my solution:
Been out of the habit of completing challenges for awhile, this was a really fun one to get me back in the game!
I quibble with Part 3 a bit, however... with the way the data is provided (no indicator of whether we have a full year of data or not) and the only way for us to know is based on the written instructions, we can't make this truly dynamic, since we have to base it on already removing 2025. Other than that (pedantic, I know) quibble, I LOVED solving this.
I challenged myself with Regex for Part 2 because I don't take on Regex often enough.
My attached version also includes a really rough go at Part 1. I learned through that process in order to clean it up for what I included in my screenshot for Part 1.
Complete!!