Complexity class
Encyclopedia : C : CO : COM : Complexity class
In computational complexity theory, a complexity class is a set of problems of related complexity. A typical complexity class has a definition of the form:
- the set of problems that can be solved by abstract machine M using O(f(n)) of resource R (n is the size of the input)
Many complexity classes can be characterized in terms of the mathematical logic needed to express them; see descriptive complexity.
The Blum axioms can be used to define complexity classes without referring to a concrete computational model.
Relationships between complexity classes
The following table shows some of the classes of problems (or languages, or grammars) that are considered in complexity theory. If class X is a strict subset of Y, then X is shown below Y, with a dark line connecting them. If X is a subset, but it is unknown whether they are equal sets, then the line is lighter and is dotted. Technically, the breakdown into solvable and unsolvable belongs more in computability theory but it helps put complexity classes in perspective.
Further reading
- [The Complexity Zoo]: A huge list of complexity classes, as reference for experts.
- [Diagram] by Neil Immerman showing the hierarchy of complexity classes and how they fit together.
- Michael Garey, and David S. Johnson: Computers and Intractability: A Guide to the Theory of NP-Completeness. New York: W. H. Freeman & Co., 1979. The standard reference on NP-Complete problems - an important category of problems whose solutions appear to require an impractically long time to compute.
See also
From Wikipedia, the Free Encyclopedia. Original article here. Support Wikipedia by contributing or donating.
All text is available under the terms of the GNU Free Documentation License See Wikipedia Copyrights for details.
