Module org.cicirello.jpt
Package org.cicirello.permutations
Collection of classes related to representing and manipulating permutations.
-
Class Summary Class Description Permutation Representation of a permutation of the integers from 0 to N-1, inclusive.Permutation.Mechanic The Permutation.Mechanic class provides a means of adding application-specific operations on Permutations without the need to directly alter the Permutation class.PermutationIterator Iterator over all permutations of a specified length, n, of the integers in the interval [0,n).