In computational complexity theory, the exponential hierarchy is a hierarchy of complexity classes, starting with EXP: Complexity theory is part of the theory of computation dealing with the resources required during computation to solve a given problem. ... In computational complexity theory, a complexity class is a set of problems of related complexity. ... In computational complexity theory, the complexity class EXPTIME (sometimes called EXP) is the set of all decision problems solvable by a deterministic Turing machine in O(2p(n)) time, where p(n) is a polynomial function of n. ...
and continuing with
and so on.
We have P ⊂ EXP ⊂ 2EXP ⊂ 3EXP ⊂ …. Unlike the analogous case for the polynomial hierarchy, the time hierarchy theorem guarantees that these inclusions are proper: that is, there are languages in EXP but not in P, in 2EXP but not in EXP and so on. Computational complexity theory is part of the theory of computation dealing with the resources required during computation to solve a given problem. ... In computational complexity theory, the polynomial hierarchy is a hierarchy of complexity classes that generalize the classes P, NP and co-NP to oracle machines. ... In computational complexity theory, the time hierarchy theorems are important statements that ensure the existence of certain hard problems which cannot be solved in a given amount of time. ...
The union of all the classes in the exponential hierararchy is the class ELEMENTARY. In computational complexity theory, the complexity class ELEMENTARY is the union of the classes in the exponential hierarchy. ...
The total drawing length for the hierarchies are calculated assuming 1.2 centimeter squares, drawn side by side, for the last level of the hierarchy.
The selection technique allows the user to set a reference state of the hierarchy, or selection of a node, and the resulting structure of the sub-hierarchy is revealed by the subtraction of the branches outside the selection.
Internally, the logical nodes are a hierarchy of objects, accessed through paths relative to any node (usually the root.) For example, the second child of the first child of the root would be designated by the string "01" (The root itself is the empty string.) The first child of that node would be "010".