Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Don't feel bad about it, most programming problems you'll face in the world won't be solvable with a clean standard library import
You sure? Test cases use deepcopy to prevent that
Most solutions traverse the word from left to right and try to match parts of the word they encounter with any given key in the dictionary until they reach the end of the word.
You'd have to figure out a way to do that.