McqMate
Q. |
Subset sum problem is an example of NP- complete problem. |
A. | true |
B. | false |
Answer» A. true | |
Explanation: subset sum problem takes exponential time when we implement a recursive solution. subset sum problem is known to be a part of np complete problems. |
View all MCQs in
Design and Analysis of AlgorithmsNo comments yet