CMD + K

r-iterpc

Community

Iterator for generating permutations and combinations. They can be either drawn with or without replacement, or with distinct/ non-distinct items (multiset). The generated sequences are in lexicographical order (dictionary order). The algorithms to generate permutations and combinations are memory efficient. These iterative algorithms enable users to process all sequences without putting all results in the memory at the same time. The algorithms are written in C/C++ for faster performance. Note: 'iterpc' is no longer being maintained. Users are recommended to switch to 'arrangements'.

Installation

To install this package, run one of the following:

Conda
$conda install letaylor::r-iterpc

Usage Tracking

0.4.1
1 / 8 versions selected
Downloads (Last 6 months): 0

About

Summary

Iterator for generating permutations and combinations. They can be either drawn with or without replacement, or with distinct/ non-distinct items (multiset). The generated sequences are in lexicographical order (dictionary order). The algorithms to generate permutations and combinations are memory efficient. These iterative algorithms enable users to process all sequences without putting all results in the memory at the same time. The algorithms are written in C/C++ for faster performance. Note: 'iterpc' is no longer being maintained. Users are recommended to switch to 'arrangements'.

Last Updated

Apr 5, 2019 at 00:56

License

GPL-2

Supported Platforms

linux-ppc64le
linux-64
linux-aarch64
linux-armv7l
macOS-64
linux-armv6l
linux-32