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.
This comment is hidden because it contains spoiler information about the solution
this method is actually faster than the "best practice" solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This is almost identical to mine. you could innitially simplify by making s.split(' ') into s.split(). it will automatically split by spaces.
about the perf, yes, but why the hell do complicate stuff like that anyway...? x) (see the fork / edit: mmmh... Didn't even see the last part of mentalplex's comment... x) )
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution