2016-05-19 12:44:11 +02:00
|
|
|
Algorithm::Combinatorics is an efficient generator of combinatorial
|
2005-11-06 15:50:02 +01:00
|
|
|
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.
|
|
|
|
|
2018-05-27 22:15:16 +02:00
|
|
|
WWW: https://metacpan.org/release/Algorithm-Combinatorics
|