blob: 97f2894310ef4dfeca9acc695f263f5f79edaac0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Algorithm::Combinatorics is an efficient generator of combinatorial
sequences, where efficient means:
* Speed: The core loops are written in C.
* Memory: No recursion and no stacks are used.
Tuples are generated in lexicographic order.
Author: Xavier Noria (FXN) <fxn@cpan.org>
WWW: http://search.cpan.org/dist/Algorithm-Combinatorics/
- Aaron Dalton
aaron@FreeBSD.org
|