|
Class Summary |
| BigNumber |
A BigNumber is simply a number represented by a fixed collections of digits of size size. |
| CombinationNumber |
A big number that follows combinations. |
| Combinatorics |
provides low level algorithms for permutations and combinations... |
| FactorialNumber |
A Factorial number is a big number where the ith digit must be in [0, i]. |
| FixedSumNumber |
A Combinatorial Number is a BigNumber where the sum of all digits must be <= total -size. |
| PermutationNumber |
A big number whose values are all the permutations. |
| SubListNumber |
a big number that return all the permutation of all the subsets, therefore the name: sublist |
| VarBaseNumber |
|