1

I am studying the past exam paper of course Theory of Computation. I know it is always possible to convert a k-tape Turing machine to a single-tape one, but how will the running time complexity be changed?

Raphael
  • 73,212
  • 30
  • 182
  • 400
Jason
  • 111
  • 2

1 Answers1

0

It actually depends on the way you implement a k-tape Turing Machine as a single-tape one.

Using the standard implementation, you can prove that the single-tape machine will take quadratically more computation time.

alonkol
  • 156
  • 1