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.
i like that you considered a class for this, but it's overkill
when i get sad, i go to code wars, solve something, go to solution, then i'm sad again
i knew it should be something like this but i just can't wrap my head aroud it. nice one
It seems to be. Thanks!
Rust translation
this one is good
should be fixed, can you check ?
I must apologize. I wrote this deeply frustrated as I am just starting to learn programming and I could not see the logic behind this kata.
It would be very educational to look at the solutions. Or come up with a solution which does not time out. Like, really.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
The sample test
shows that if the second index is past the end of the string, you simply reverse from the first index to the end of the string.
"The first index a will always be lower that than the string length;
the second index b can be greater than the string length.
More examples in the test cases. Good luck!"
the second index b cannot be greater than the string length else it will be out of range.
can someone explain me the instruction?
i know man, same boat, i can't get the pattern since it only gave one example
i also don't understand this part, im thinking it wanted the 1st item to be higher from the rest
Loading more items...