Dynamic Programming: Knapsack - Partition to K Equal Sum Subsets
What is the worst-case time complexity of the dynamic programming solution using bitmasking for partitioning an array of size
n into k subsets with equal sums?