[go: up one dir, main page]

permutohedron 0.1.4

Generate permutations of sequences. Implemented using Heap's algorithm.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "permutohedron"
version = "0.1.4"
authors = ["bluss"]

license = "MIT/Apache-2.0"
repository = "https://github.com/bluss/permutohedron"

description = "Generate permutations of sequences. Implemented using Heap's algorithm."

keywords = ["permutations", "heaps-algorithm"]

[profile.bench]
debug = true