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
The description mentions from a to b (inclusive). Ins't this answer wrong in that sense ?