A Admin • 833K Points Coach Q. Which of the following is not true about subset sum problem? (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) Correct Answer - Option(D) Views: 34 Filed under category Design and Analysis of Algorithms Hashtags: Share Manage Tags
Discusssion
Login to discuss.