Package org.jgrapht.experimental.permutation

Classes to provide all the possible permutations of arrays or sets.

See:
          Description

Interface Summary
ArrayPermutationsIter An interface to iterate over array permutations.
 

Class Summary
CollectionPermutationIter<E> Given a container with elements (Collection,Enumeration,array) defines a permutation iterator which returns, on each iteration, a differnt permutation of the source container.
CompoundPermutationIter For permutation like this: 1,2 are the same eq.group (numbers) a,b are og the same eq.group (letters) '$' is of its own eq.
IntegerPermutationIter Iterates through permutations of N elements.
PermutationFactory Factory to create Permutations of several types and use them as Enumerations.
 

Package org.jgrapht.experimental.permutation Description

Classes to provide all the possible permutations of arrays or sets.



Copyright © 2013. All rights reserved.