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.
WTF
Nice
Great solution!
I'd suggest to store
sorted(word)
in variable to avoid doing the same constant operation on every loop.One more line, but time optimized.
word
is sorted each time, that's a terrible thing to do.elegant, love it
Wow! Good solution.
This comment is hidden because it contains spoiler information about the solution
Can't belive i didn't think of that, one line of code. KISS
Nothing makes me sadder than solving mine in way too many lines of code to then see this one line. Really good job!
well done
Lesson learnt. Simplifying the problem given is more important. Then solve it. Thanks.
If we solve the problem is complex, then my solution also becomes needlessly complex
Nicley Done
Brilliant !
This comment is hidden because it contains spoiler information about the solution
Oh i see, it don't need to be join. I made join first before sorted. Nice knowledge. Thanks
Loading more items...