Theory of Computation and Compilers MCQ - Turing Machines
Recuesivelt applying the relation, we get
T( n + 1 ) = C ( n - 1 ) + T (1)
= C ( n - 1 ) + d
Hence order is n.
T( n + 1 ) = C ( n - 1 ) + T (1)
= C ( n - 1 ) + d
Hence order is n.

