Examveda

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: Option D


This Question Belongs to Data Structure >> Miscellaneous On Data Structures

Join The Discussion

Related Questions on Miscellaneous on Data Structures