[−][src]Crate integer_partitions
Efficiently enumerate integer partitions.
This is an implementation of a method described by Jerome Kelleher, which takes a constant amount of time for each partition.
Structs
Partitions | Iterates over the partitions of a given positive integer. |