set-partitions

Crates.ioset-partitions
lib.rsset-partitions
version1.0.1
sourcesrc
created_at2022-01-23 17:16:08.740562
updated_at2022-01-23 17:36:26.938012
descriptionRepresent and enumerate set partitions
homepagehttps://github.com/lyphyser/set-partitions
repositoryhttps://github.com/lyphyser/set-partitions
max_upload_size
id519763
size112,173
(lyphyser)

documentation

README

set-partitions

crate documentation

set-partitions is crate that allows to represent and enumerate [partitions of a set][https://en.wikipedia.org/wiki/Partition_of_a_set]

Partitions are represented as slices containing restricted growth sequences, enumerated in lexicographic order, using the algorithm from [The Art of Computer Programming Fascicle 3b, page 27, by Donald Knuth][http://www-cs-faculty.stanford.edu/~uno/fasc3b.ps.gz].

Commit count: 1

cargo fmt