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.
Boa rapa
Retired
This kata is a subject to deduplication process here: https://github.com/codewars/content-issues/issues/80
Please join the discussion to share your opinions, and help us identify duplicate kata and retire them.
Exact duplicate of this (older) kata.
Issue with the C-version.
If your string is not correct, the error message given is : "The expression strcmp(reverser(buffer), EXPECTED[index]) == 0 is false."
Not very helpful.
Thanks a lot!
You're returning an empty string instead of a space. Check what your code is doing.
I'm having a whitespace problem.
Expected: " ", instead got: ""
Can anyone give me a hint?
I found the same issue with PHP. The sentence: "If there is spacing before/after the input string, leave them there." is not tested.
Ok.
Python translation kumited. Please check and approve
Fixed
Just succesfully to run my program by changing
int s=0, i, j;
to
int i, k, s = 0;
can anyone explain this?
Clojure translation kumited. Please review. :)
Loading more items...