1.

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

A. o(n log n)
B. o(n2)
C. o(2n)
D. o(sum*n)
Answer» E.


Discussion

No Comment Found