

InterviewSolution
Saved Bookmarks
1. |
Let f: N->N be a step counting function. Then for some constant C, Time(f) is a proper subset of Time(_______)(a) O(nf)(b) O(n+f)(c) O(n^2f^2)(d) None of the mentionedThe question was asked by my school teacher while I was bunking the class.Origin of the question is Class RP and ZPP,Complexity in chapter Other Classes Of Problems of Automata Theory |
Answer» Right answer is (c) O(n^2f^2) |
|