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'm confused, is
a = [2; 2; 3]
b = [4; 9; 9]
supposed to return true or false?
You forgot in the description "... with the same multiplicities...".
a = [3, 2, 2]
b = [9, 9, 4]
should be true.
Where do you see that?