CMD + K

r-arrangements

Community

Fast generators and iterators for permutations, combinations and partitions. The iterators allow users to generate arrangements in a memory efficient manner and the generated arrangements are in lexicographical (dictionary) order. Permutations and combinations can be drawn with/without replacement and support multisets. It has been demonstrated that 'arrangements' outperforms most of the existing packages of similar kind. Some benchmarks could be found at <https://randy3k.github.io/arrangements/articles/benchmark.html>.

Installation

To install this package, run one of the following:

Conda
$conda install letaylor::r-arrangements

Usage Tracking

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

Description

Fast generators and iterators for permutations.

About

Summary

Fast generators and iterators for permutations, combinations and partitions. The iterators allow users to generate arrangements in a memory efficient manner and the generated arrangements are in lexicographical (dictionary) order. Permutations and combinations can be drawn with/without replacement and support multisets. It has been demonstrated that 'arrangements' outperforms most of the existing packages of similar kind. Some benchmarks could be found at <https://randy3k.github.io/arrangements/articles/benchmark.html>.

Last Updated

Apr 5, 2019 at 01:37

License

MIT + file LICENSE

Supported Platforms

linux-64
macOS-64