mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
6 lines
263 B
Plaintext
6 lines
263 B
Plaintext
Efficient generator of combinatorial sequences. Algorithms are selected
|
|
from the literature (work in progress, see REFERENCES). Iterators do not
|
|
use recursion, nor stacks, and are written in C.
|
|
|
|
Tuples are generated in lexicographic order, except in `subsets()'.
|