McqMate
Q. |
Recursive solution of Set partition problem is faster than dynamic problem solution in terms of time complexity. |
A. | true |
B. | false |
Answer» B. false | |
Explanation: the recursive solution to set partition problem takes exponential time complexity whereas the dynamic programming solution takes polynomial time complexity. so dynamic programming solution is faster in terms of time complexity. |
View all MCQs in
Design and Analysis of AlgorithmsNo comments yet