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 in latest fork
Approved
python new test framework + random tests are required. updated in this fork
D translation
Rust translation
JS: tests should include fixed tests with empty strings or single character.
Python: no random tests.
Description is a mess and requires extensive cleaning
This comment is hidden because it contains spoiler information about the solution
Fixed.
Some of the C cases are broken, not always, but sometimes the one-character is the wrong answer.
'G' - Expected: is not uppercase, received: is uppercase
From what I remember
Try re-publishing your kata
I think you cannot rank your own kata. That's make sence for me.
The function isn't static in the default code. Most C# katas use static functions. This one, for reasons unknown, apparently doesn't. In any case, removing
static
from the code will work.Although, your code still won't pass because it is wrong. Maybe you should reread the description to make sure your function is doing what the kata asks for.
This comment is hidden because it contains spoiler information about the solution
Loading more items...