Searched refs:getKCombinationAtIndex (Results 1 – 2 of 2) sorted by relevance
73 Combinatorics.getKCombinationAtIndex( in testGetKCombinationAtIndex()84 Arrays.stream(Combinatorics.getKCombinationAtIndex(combinationIndex, in testGetKCombinationNoRepeat()96 long[] combination = Combinatorics.getKCombinationAtIndex(index, k); in testGetKCombinationMatchesDefinition()
46 static long[] getKCombinationAtIndex(long combinationIndex, int k) { in getKCombinationAtIndex() method in Combinatorics130 return getKCombinationAtIndex(sequenceIndex, numStars); in getStarIndices()