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.
If your code fails on optimization, then it's most likely due to "expensiveness" of array and string methods. Try to use objects or maps. I won't go into more details as that would be spoiler teritory.
Good one, just slightly more specific description should make sure that starting and ending chars CAN occur in the string samples, but must NOT be considered as such. The text as given as bit ambigous on that issue.
Definitely not a 7kyu, if nothing else, then for the math required to pull it off. And as a side note, the need to use log(result) in some languages, make debugging and testing a bit..... unintuitive. A fun kata for sure thought!