in Theory of Computation edited by
728 views
4 votes
4 votes

When a Multi-tape TM of time complexity T(N) is reduced to a single tape turing machine, the complexity can go upto?

in Theory of Computation edited by
by
728 views

2 Answers

5 votes
5 votes
OPTION A) Take language a^nb^n now make single tape turing machine of it you will find that Time to accept this language is o(n^2)=T(n).

For the same language with multi-tape, store equal numbers of a and b in different tape here machine accept the language in o(n) time.

One must note that having a multi-ptape does not increase the power of TM,it can reduce the time to accept some language like in above case
0 votes
0 votes

The answer should be option “d” as it will take polynomial time ie O(n^2). Its not equal to option A.