blob: b624a05d41ffd02068cd967e1b5a6b3bc39a3d4e (
plain)
1
2
3
4
5
6
7
8
9
|
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.
WWW: https://metacpan.org/release/Algorithm-Combinatorics
|