Package org.uncommons.maths.combinatorics


package org.uncommons.maths.combinatorics
Utility classes for combinatorics. Includes classes for generating permutations, combinations and cartesian products.
Author:
Michael Gilleland (original implementations of PermutationGenerator and CombinationGenerator that the Uncommons versions are derived from)., Daniel Dyer (Uncommons modifications to the original versions).
  • Classes
    Class
    Description
    Combination generator for generating all combinations of a given size from the specified set of elements.
    Permutation generator for generating all permutations for all sets up to 20 elements in size.