Classes
Methods
-
<static> areEqualCombinations(combination0, combination1)
-
Check if two arrays are the same set, that is, they contain the same elements. TODO: Rename. Also, make it a static method of Combinations?
Parameters:
Name Type Description combination0Array combination1Array Returns:
- Type
- Boolean
-
<static> combinationContainsElement(combination, element)
-
Check if given set contains the given element.
Parameters:
Name Type Description combinationArray elementObject Returns:
- Type
- Boolean