perl-Algorithm-FastPermute - Rapid generation of permutations
Website: | http://search.cpan.org/dist/Algorithm-FastPermute/ |
---|---|
License: | GPL+ or Artistic |
Vendor: | Fedora Project |
- Description:
Algorithm::FastPermute generates all the permutations of an array. You pass a block of code, which will be executed for each permutation. The array will be changed in place, and then changed back again before "permute" returns. During the execution of the callback, the array is read-only and you'll get an error if you try to change its length.
Packages
perl-Algorithm-FastPermute-0.999-2.fc9.i386 [17 KiB] |
Changelog
by Milos Jakubicek (2008-04-04):
- License changed to "GPL+ or Artistic". |