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.
Thanks for the feedback, the changes has been published
Sorry for the issue, the description has been fixed. Thank you for the feedback.
Sorry for the issue, now the Description is correct. Thanks
Just a detail but in your solution setup
should be
The description error
is still incorrect
Hello there:
be carefour with variable names, prueba-> caseTest, casoX -> case,
in the random test, variable n is never used
no side cases tested, like empty string, all words same...
Thank you for the feedback, the issue has been resolved.
Thank you very much for notifying us of this error, the description has been fixed.
Thank you very much for notifying us of this error, the description has been fixed.
In the following example:
Why is the second string "Hlllo world" instead of "hlllo world"? The original string did not have an uppercase 'h'.
In the following example:
Why is the second string 'hollo' instead of 'hlllo'? The given offset is 2, not 3.
Issues:
This does not accurately describe the operation. It is not modifying the first and nth positions for every string.
Sample tests are not working.
Suggestion:
I would mention the spaces in the main description of the task, not only in the "restrictions" section; it's fairly fundamental to solving the problem.
Java Update
Java Translation