1 2 3 4 5 6 7
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.