See: Description
| 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).
|
Copyright © 2005-2020 Vincent A. Cicirello. All rights reserved.