mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
10 lines
305 B
Plaintext
10 lines
305 B
Plaintext
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
|