Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAseems complex. I think this could be done with less tools.
Takes a while to run iterating through all combinations but it cracks the code and gets to the answer... full disclosure I cheated a little to speed this up by putting the letters with the lowest corresponding digits (0 and 1) in the first two positions to limit the number of iterations needed to solve this. Had I kept things in the original alphabetical order I had this would have taken 70+ million iterations to solve and 2+ hours was long enough to wait to run on my laptop as is 😀
So I did this in kind of a crazy way...