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.
fixed
Not anymore. =P
Reraised above with more clarity
Kata is now retired.
That easy?
UPD
See what you meant
Approved
alr approved some time ago
I added sample tests to Python and JavaScript, please ping me if something is wrong.
Python version doesn't have sample tests either.
Thanks!
Should I be able to use
permutations()
fromitertools::Itertools
? (currently I can't)It seems to be an issue with the starting code. Just submitting the "solution" without making any changes yields:
tests/Fixture.cs(10,38): error CS0103: The name 'MorseCodeDecoder' does not exist in the current context
tests/Fixture.cs(10,68): error CS0103: The name 'MorseCodeDecoder' does not exist in the current context
So, the test is actually expecting MorseCodeDecoder, not Decoder.
approved.
Tests adjusted, sorry you had to have this experience.
Loading more items...