public final class CombinatoricUtils extends Object
Modifier and Type | Method and Description |
---|---|
static long |
combinations(int n,
int r)
Calculates the possible combinations of chosen types (r) from a list of types (n) or n over r.
|
Copyright © 2012–2015 Christian Sterzl. All rights reserved.