1.

Problems that cannot be solved by any algorithm are called?(a) tractable problems(b) intractable problems(c) undecidable problems(d) decidable problemsThe question was asked during an online interview.I want to ask this question from Checksum, Complexity Classes & NP Complete Problems topic in portion Checksum, Complexity Classes & NP Complete Problems of Data Structures & Algorithms II

Answer»

Right ANSWER is (C) UNDECIDABLE problems

The explanation is: Problems cannot be solved by any ALGORITHM are called undecidable problems. Problems that can be solved in polynomial TIME are called Tractable problems.



Discussion

No Comment Found

Related InterviewSolutions