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.
Making my head hurt. Thats so many variables to keep track of haha. But this is super efficient so can't hate
Argument in Split method is redundant in this case.
I modified the description. It seems that the confusion was only for a few ones:-) Maybe you could have a look to tell me if it suits you.
Have a good day.
Well, see computerguy103's comment below:
At this point, you're the only one who can fix the confusion (and use this chance to add formatting to the description).
Read what Zozo said below. I didn't mention duplicates; it was your idea when you did the HS translation...
@g964: However, if you mention them explicitly, make sure to handle them in your tests. :D
(Yeah, 500+ solutions and so on, I know)
Thanks for the feedback but read posts below about duplicates:-)
May need an extra unit test to ensure that there aren't duplicates. I passed this in Java and I realized after looking at the other solutions that I didnt use the distinct function on my stream to remove any duplicates. Just a heads up