1.

The value of constants like p and e can be calculated in:(a) polynomial time(b) non-polynomial time(c) cannot be calculated(d) none of the mentionedThe question was asked during an interview.Question is from Problem Solvable in Polynomial Time topic in division Intractable Problems of Automata Theory

Answer»

Right CHOICE is (a) polynomial time

Explanation: The value of such constants can be CALCULATED using algorithms which have time COMPLEXITY in terms if O(n^k) i.e polynomial time.



Discussion

No Comment Found

Related InterviewSolutions