InterviewSolution
Saved Bookmarks
| 1. |
To which of the following class does a CNF-satisfiability problem belong?(a) NP class(b) P class(c) NP complete(d) NP hard |
|
Answer» Correct choice is (c) NP complete The best explanation: The CNF satisfiability problem belongs to NP complete class. It deals with Boolean expressions. |
|