1 / 7

Lecture 22. Time of DTM

Lecture 22. Time of DTM. Time of DTM. Time M (x) = # of moves that DTM M takes on input x. Time M (x) < infinity iff x ε L(M). Time Bound. M is said to have a time bound t(n) if for every x with |x| < n, Time M (x) < max {n+1, t(n)}. Theorem.

Download Presentation

Lecture 22. Time of DTM

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Lecture 22. Time of DTM

  2. Time of DTM • TimeM (x) = # of moves that DTM M takes on input x. • TimeM(x) < infinity iff x ε L(M).

  3. Time Bound M is said to have a time bound t(n) if for every x with |x| < n, TimeM(x) < max {n+1, t(n)}

  4. Theorem • For any multitape DTM M, there exists a one-tape DTM M’ to simulate M within time TimeM’(x) < c + (TimeM(x)) c is a constant. 2

  5. Complexity Class • A language L has a (deterministic) time-complexity t(n) if there is a multitape DTM M accepting L, with time bound t(n). • DTIME(t(n)) = {L | L has a time bound t(n)}

  6. Model • Multitape TM with write-only output.

  7. Linear Speed Up Suppose t(n)/n → infinity as n → infinity. Then for any constant c > 0, DTIME(t(n)) = DTIME(ct(n))

More Related