`O(T log T)` Universal Simulation




CS254

Chris Pollett

Sep. 12, 2011

Outline

`O(T log T)` Universal Simulation

Amortized Shifting -- Zones

Performing Shifts

Analysis

Quiz

Which of the following is true?

  1. `C` language programs which compute boolean functions can be simulated by a TM, but Lisp programs cannot.
  2. A `k`-tape TM can always be simulated by a `1`-tape machine with at most a linear slowdown.
  3. Diagonalization can be used to show there exist uncomputable boolean functions.