the size of the circuit dpeends on the number of TM states (Q), S(C) = O(1)
a zig-zag TM M processes length-n inputs x by repreatedly zig-zaggin across a fixed section of S(n) tape squars.
zigzag, once it hits the #-symbol it reverse direction and moves bag again.
Tpae movements of zig-zag TMs are extremely regular and independant from the content of the actual input string.
Zig-zag TMs
A) simulate
B) T(n)^2
C) T(n)
Representing TMs as circuits
A) circuit
B) zero
C) forall
Circuits can only process inputs of fixed length n (nonuniform computation). This is in stark contrast to TMs which can process inputs of arbitrary length (uniform computation).