1.

Which of the following are basic complexity classes for a function f:N->N?(a) Ntime(f)(b) Nspace(f)(c) Space(f)(d) All of the mentionedI have been asked this question in exam.Query is from Class RP and ZPP,Complexity in section Other Classes Of Problems of Automata Theory

Answer»

The correct ANSWER is (d) All of the mentioned

Easy explanation: Ntime(f): is a set of languages that can be ACCEPTED by a NTM T with NON deterministic time COMPLEXITY function t <=f. In all four cases, the machines are allowed to be multitape TM’s.



Discussion

No Comment Found

Related InterviewSolutions