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.
The performance of this is N ** 2 + NM (where N is the size of s2 and M is the size of s1) since:
That's far from ideal, which should be N + M
uniq method isn't needed
It's nice, I had similar solution, but even now I cannot pass performance tests with it.
Fails the "performance matters" test.
cool