Package org.cicirello.permutations


package org.cicirello.permutations
Collection of classes related to representing and manipulating permutations.
  • Class
    Description
    Representation of a permutation of the integers from 0 to N-1, inclusive.
    A functional interface for defining custom binary operators on Permutations.
    Iterator over all permutations of a specified length, n, of the integers in the interval [0,n).
    A functional interface for defining custom unary operators on Permutations.