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.
C++ Translation
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
No tests, incomplete description
There should be repetitive cases that use the same function name in different instances of
once
to invalidate this solutionNo tests, no explanations. If you don't know, you'll never decide.
Java translation (author inactive)
Suggest to add more complex initial tests:
Scala translation
In shell, this kata only has a single test case, it needs more.
Random tests should also generate a certain non-zero amount of pairs of vowels.
Is it possible in this task to implement escaping the \ sign so that the resulting string contains \n as two characters in the string, and not the special character \n - "new line".
In the second test such a situation outputs. "N ffns bt,\nYr wrtng s mng th wrst 'v vr rd".
But in a real console it outputs:
"N ffns bt, (it's on a first line)
Yr wrtng s mng th wrst 'v vr rd (it's on a second line)"
Please review: C++ Translation
This kata is a subject to deduplication process here: https://github.com/codewars/content-issues/issues/150.
Please join the discussion to help us identify duplicate kata and retire them.
JS: No random test
Loading more items...