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 second this!!!
This comment is hidden because it contains spoiler information about the solution
.Trim() removes the spaces before and after the string
How does it avoid the space in the end?
This comment is hidden because it contains spoiler information about the solution
I'm unclear on how this solution solves the issue of multiple whitespaces in a row that need to end up back in their original positions. Anyone care to enlighten me?
Don't forget to round, friends.
yowzers it looks so clean and yet so mysterious. bravo.
IT'S SO BEAUTIFUL OMG
Hey this is just like mine tho I don't quite understand this part:
numbers.Split(new char[]{' '})
Majorly geeking out over this. Bravo.
Glad you enjoyed
what is this voodoo? wow.
Actually nevermind, I realized that I needed to check to n being 0 not the array being empty. Successfully forked.
I tried forking it and putting the if (s.Length == 0) at the beginning and it didn't seem to work. Some other voodoo is going on here.
Loading more items...