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.
This is close to be in Coding War Crimes, not Coding Codewars.
Seriously, though... the GetCharFromMorse method implementation masks what may be perceived as Clever in the actual Decode method.
Not an issue, neither of those is the input, print it if you want to know what is was.
I have a feeling the message is about 144. Is it possible that your code produces 441, instead of 414, as the next bigger number?
In Python, "441 should equal 414"
I tested the function: "next_bigger(414) => 441"
Do we really need to use memory space to hold the list created?
This comment is hidden because it contains spoiler information about the solution