InterviewSolution
Saved Bookmarks
| 1. |
Problems that cannot be solved by any algorithm are called?(a) tractable problems(b) intractable problems(c) undecidable problems(d) decidable problems |
|
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. |
|