The complexity class DTIME: Difference between revisions
From Polymath Wiki
Jump to navigationJump to search
New page: DTIME<math>(f(n))</math> is the class of decision problems that can be solved by a deterministic Turing machine in time <math>O(f(n))</math>. Note that the time hierarchy theorem implies ... |
(No difference)
|
Latest revision as of 14:38, 28 July 2009
DTIME[math]\displaystyle{ (f(n)) }[/math] is the class of decision problems that can be solved by a deterministic Turing machine in time [math]\displaystyle{ O(f(n)) }[/math].
Note that the time hierarchy theorem implies that relatively modest increases in [math]\displaystyle{ f(n) }[/math] strictly increases the size of the complexity class DTIME[math]\displaystyle{ (f(n)) }[/math]. More precisely, DTIME[math]\displaystyle{ (f(n)) }[/math] is strictly contained in DTIME[math]\displaystyle{ (f(n)\log f(n) \log \log f(n)) }[/math].