

InterviewSolution
Saved Bookmarks
1. |
In terms of NTIME, NP problems are the set of decision problems which can be solved using a non deterministic machine in _______ time.(a) O(n)(b) O(n^1/2)(c) O(n^k), k∈N(d) None of the mentionedThis question was addressed to me in an interview.This is a very interesting question from Non Deterministic Polynomial Time topic in division Intractable Problems of Automata Theory |
Answer» The CORRECT answer is (c) O(n^k), k∈N |
|