libmath-combinatorics-perl

Module for performing combinations and permutations on lists
  http://search.cpan.org/dist/Math-Combinatorics/
  0
  no reviews



Combinatorics is the branch of mathematics studying the enumeration, combination, and permutation of sets of elements and the mathematical relations that characterize their properties. as a jumping off point, refer to:

http://mathworld.wolfram.com/combinatorics.html

math::combinatorics provides a pure-perl implementation of nck, npk, and n! (combination, permutation, and factorial, respectively).