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.
of course tf
dude..... that's nuts
Oh. Of course.
will not work in case s = "XXX"
' X X X' != 'X X X'
"using space BETWEEN words"
I'm loving python more and more because of syntax like this
Pretty beautiful. Simple as possible. I liked it.
same, haha
This comment is hidden because it contains spoiler information about the solution
It's O(n), that's plenty fast.
Beautifully inspiring in its simplicity! :)
It's a very straightforward solution, but what if string would be really long? Will have to wait a lot.
camelCase has no spaces in it, so that input is not a valid one.
when input is "ask SayPlaceDoWoman", is returning "ask__Say Place Do Woman" and not "ask Say Place Do Woman" (__ are 2 blank spaces)
Is this best practice compare to this one?
https://www.codewars.com/kata/reviews/5e444a24733cf90001396219/groups/5e4e9539ffda370001a426f5
this is what I'm trying to do, i just cant do it
Loading more items...