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.
If you imagine a set as a bag of things, then a permutation is one possible result of pulling random things out the bag one at a time and putting them in a row until the bag is empty. What you describe are usually called the n-tuples of a set (specifically ones where n is equal the size of the set). There's some more info here: https://en.wikipedia.org/wiki/Permutation#Permutations_with_repetition
Why do we assume, that ab only results into ab, ba, and not in aa, bb, ab, ba ? Isn't that a true permutation?