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.
Wrong part is that your solution does not return anything.
This comment is hidden because it contains spoiler information about the solution
how did you come to the conclusion that there is only one random test ? i took a look and there is a for loop from 0 to 99 in the random tests. it is normal that they all appear under the same header, that's how the C++ test runner works
ISSUE: the random tests is just 1 singular test. I support the idea of having more like 50 because if the solution is wrong but there is only 1 random test there is a high chance that the person might pass. (C++)
solidity translation
was apparently fixed there
kata ranks cannot be changed
dudes, its max 7 kyu, 100 %
Specs were changed after the Haskell translation was added. Between then and now "remaining letters lowercased" was added. That used to not be there.
I'm not in the mood to figure out what the specs should be, given the tests in all
14languages, most of which I can't see.thirs sample text has us capitalize first letter of words by changed "have" to "Have" but hasnt told us to do this yet
Approved
Haskell: Tests for 2 letter words expect both capital eg.: "cD" -> "#CD", but should be "cD" -> "#Cd" based on description.
overall reaally nice hole,easy too for a 5kyu
very funny. i see what u did there
6 7
Loading more items...