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.
lmao
This is my one-on-one solution(
well, lets obfuscate it more
def reverse_string(string):
Splitting a string/list with [::-1] reverses it
return string[::-1]
This comment is hidden because it contains spoiler information about the solution
whats the point
😂
Great job!
This comment is hidden because it contains spoiler information about the solution
thats short, make it shorter
good job
that's good
I think this kata is not for 6 kyu level. I found it too difficult...
Nice challenge!
Ok, my mistake, apparently stable and buggy are not the same as for most part you might not care that original indexes are different when the values copare the same (except in this kata where it ruins your solution).
Also thanks for a hint that there are quite easy ways to make this stupid sort in node.js v8 stable, with that knowledge I was able to complete it in few minutes.
So make it separate kata and add it to the kata series! Wouldn't that be nice?
I don't think that hidden task like this is part of the kata and not mention in the description.
It's one of those things thats super easy and obvious when you know it, and super confusing and frustrating when you don't.
Today I know and it was easy, yesterday I spent couple hours to figure it out and it was frustrating.
Still, please update node.js to newer version. Thanks!
Loading more items...