a) the recursive solution has a time complexity of O(2n)
b) there is no known solution that takes polynomial time
c) the recursive solution is slower than dynamic programming solution
d) the dynamic programming solution has a time complexity of O(n log n)
Which of the following is not true about subset sum problem?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which of the following is not true about subset sum problem?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!