Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 148 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 148 Bytes

Counts integer partitions.

To count all the partitions of an int $n$ : partition n.

To count all $k$ sized partitions of $n$ : partition n k.