β
Correct Answer: (D)
o(sum*n)
Explanation: the auxiliary space complexity of set partition problem is required in order to store the partition table. it takes up a space of n*sum, so its auxiliary space requirement becomes o(n*sum).
Explanation by: Mr. Dubey
the auxiliary space complexity of set partition problem is required in order to store the partition table. it takes up a space of n*sum, so its auxiliary space requirement becomes o(n*sum).
Discussion
Question Analytics
1026
Total Visits
3 y ago
Published
Mr. Dubey
Publisher
80%
Success Rate