Most difficult Code Coach Challenge or programming challenge in general?
For those who have done or are doing the code coach challenges, which did/do you find the hardest? Or if not a code coach challenge, what other programs have you worked on that have seriously challenged your programming skills? And why so? Is it because it is difficult to do in that certain language? Or is it just a difficult problem to beguine with? The reason I’m asking is because there have been a few challenges so far that I haven’t had too much issue with a language like Python but it would seem to be a hassle or much harder to do in a few of the other languages. One in specific is the word unscrambler problem (a recent addition for pro) that seems to have me struggling to create a list that is in the right order to work. I’ve redone it at least 6 different times each with a different way of creating a list but each time have a different flaw.