202301051201

Type :Note Tags : Complexity Theory


Runtime

Let be a function

  • Deterministic Turing Machine - A Determinisitic Turing Machine has a runtime of means that for input , The machine Halts in Time .
  • Nondeterminisitic Turing Machine - A Nondeterminisitic Turing Machine has a runtime of means that for input , The machine Halts in Time on all paths.

Related Problems


References