Page 1 of 1

What will be the auxiliary space complexity of dynamic programming solution of set partition problem(sum=sum of set elem

Posted: Wed Jul 13, 2022 7:41 pm
by answerhappygod
a) O(n log n)
b) O(n2)
c) O(2n)
d) O(sum*n)