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.
The C# version uses
MorseCodeDecoder
in the example tests, but provides an emptyDecoder
class.The naming of methods and the MorseCode Dictionary should be in PascalCase (like in the previos parts of this series).
Lua Translation kumited
expected and actual are swapped (at least in the example tests)
I just looked at other languages to determine what type i should use.
I'll keep that in mind
C# Translation kumited
Java Translation kumited
C# Translation kumited
Java
After spending a long time trying to figure out how to optimize my code I finally decided to give up. However after I did, I tried previous solutions and all of them timed out (including the one from the author).
Java Translation kumited
The php example test cases call the php
round
method instead of theroundInteger
method that the user wrote.Brainfuck Translation kumited
Please review and approve.
Rust Translation kumited
Please review and approve.
Rust Translation kumited
Please review and approve.
Loading more items...