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.
No, they're not.
When reporting an issue, be as detailed as possible. What is broken? What's your code?
No, and it's been explained several times before.
The tests are ok. If you need to hardcode them, then your code is wrong.
This solution mutates the input, which could cause unexpected side-effects for the caller.
It looks like you're not using the Morse code dictionary provided with this kata, but are using one of your own. Stop it.
It is not actually brute force. It's O(n). Brute force here would be O(2^n) aka exponential.
And if you run your solution and his, you'll see, they both take around 50ms