When I want to match a set with all of its elements I must check all of the permutations of the set in order to be sure that I don't have a match. This takes time proportional to the factorial of the number of elements, which is not nice. But... I think I will still implement it.
When I want to match a set with all of its elements I must check all of the permutations of the set in order to be sure that I don't have a match. This takes time proportional to the factorial of the number of elements, which is not nice. But... I think I will still implement it.