ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
9 lines
305 B
Text
9 lines
305 B
Text
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
|