Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEASolved! I started by figuring out the vowels and then trying to figure out the most common consonants in 2 letter words that start with a vowel - "of" "on" etc. I was doing okay but then I ended up with saying "this one is either T or R or S - let me list them all in the Text Input file since one is going to be right". After a bit of that, I finally gave up and went with brute force (details in the spoiler)
just curious, how many times do you use to split this string? I've alreday run 45 mins, still runing. Is this crazy?
I added a Step column to my cypher table so that it would be easy to walk through this step-by-step if trying to walk through this from the beginning.
Big yuge THANK YOU to @T_Willins because I could not have completed this one without the logic you posted on how you solved this. I literally took a screenshot of your post and put it on my canvas as a guiding north star. Also, thanks to @Carolyn for putting up with my texts as I complained the whole way through this one. But I finally got it!!!!