Partitioning problem++ Determine the number of non-negative integer solutions to an equation. Theory: The number of non-negative integer solutions to the equation: a1+a2+⋯+ak=n is given by: C(n+k−1,k−1)=(k−1)!n!(n+k−1)! Where: n : Total sum k : Number of variables