1.

A generalization of P class can be:(a) PTIME(b) DTIME(c) NP(d) None of the mentionedThis question was posed to me during an online interview.The question is from Problem Solvable in Polynomial Time topic in chapter Intractable Problems of Automata Theory

Answer»

The correct choice is (C) NP

Best explanation: P is a specific CASE of NP class, which is the class of decidable problems decidable by a non deterministic turing machine that runs in POLYNOMIAL TIME.



Discussion

No Comment Found

Related InterviewSolutions