{ "Integer Partition": "In number theory and combinatorics, a partition of a positive integer n, also called an integer partition, is a way of writing n as a sum of positive integers.", "Complexity": { "time": "$O(n(log \\, n))$", "space": "$O(n^2)$" }, "References": [ "Wikipedia" ], "files": { "basic": "Integer partition" } }