1.

Problems that can be solved in polynomial time are known as?(a) intractable(b) tractable(c) decision(d) completeThe question was asked during an internship interview.The doubt is from Checksum, Complexity Classes & NP Complete Problems topic in portion Checksum, Complexity Classes & NP Complete Problems of Data Structures & Algorithms II

Answer»

The correct answer is (b) tractable

The best I can explain: Problems that can be SOLVED in POLYNOMIAL TIME are known as tractable. Problems that cannot be solved in polynomial time are INTRACTABLE.



Discussion

No Comment Found

Related InterviewSolutions