LH (complexity)
From HandWiki
Revision as of 14:00, 26 October 2021 by imported>John Stpola (add)
In computational complexity, the logarithmic time hierarchy (LH) is the complexity class of all computational problems solvable in a logarithmic amount of computation time on an alternating Turing machine with a bounded number of alternations. It is a particular case of a bounded alternating Turing machine hierarchy. It is equal to FO and to FO-uniform AC0.[1] The [math]\displaystyle{ i }[/math]th level of the logarithmic time hierarchy is the set of languages recognised by alternating Turing machines in logarithmic time with random access and [math]\displaystyle{ i-1 }[/math] alternations, beginning with an existential state. LH is the union of all levels.
References
- ↑ Neil Immerman (1999). Descriptive Complexity. Springer. p. 85.
Original source: https://en.wikipedia.org/wiki/LH (complexity).
Read more |