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.
What does String... mean? And why was it preferred over String[]?
Kotlin translation and
Clojure translation both with random Tests.
I've made a translations with random tests for Elixir and Java, please check them up
Hi, pleasee see the suggestions for Java and Elixir, thank you in advance
This comment is hidden because it contains spoiler information about the solution
thank you sir
Though it's not the problem, don't free the output. Tests do that for you (however
free
is afterreturn
so it never gets executed). You need to allocate memory also for an empty string (I thinkreturn "";
is the reason of the error).This comment is hidden because it contains spoiler information about the solution
approved
COBOL translation (author inactive).
This kata is a subject to deduplication process here: https://github.com/codewars/content-issues/issues/82
Please join the discussion to share your opinions, and help us identify duplicate kata and retire them.
i completely rewrote the kata
added
This kata is a subject to deduplication process here: https://github.com/codewars/content-issues/issues/73
Please join the discussion to share your opinions, and help us identify duplicate kata and retire them.
Loading more items...