Partitions into K Groups — Solution & Editorial
The explicit formula S(N, K) = (1/K!) ∑j=0..K (−1)j C(K, j) (K−j)N is O(K log N) with modular factorials.
Complexity: O(K log N)
The explicit formula S(N, K) = (1/K!) ∑j=0..K (−1)j C(K, j) (K−j)N is O(K log N) with modular factorials.
Complexity: O(K log N)