Navigation
  • Home
  • Recent
  • Most Active
  • Popular
  • Blog
  • Credits
  • RSS
  •   Interaction
  • Register
  • Statistics
  •   Help
  • Suggestions
  • Contact Us
  • How to Edit
  • Help



  • [Edit]


    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)


    For example, the class '''NP''' is the set of decision problems that can be solved by a non-deterministic Turing machine in polynomial time, while the class '''PSPACE''' is the set of decision problems that can be solved by a deterministic Turing machine in polynomial space. Some complexity classes are sets of function problems, such as '''FP'''.

    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.


        Complexity class
            Relationships between complexity classes
            Further reading
            See also

    top

    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.








































































































































    Decision Problem
    Type 0 (Recursively enumerable)
    Undecidable
    Decidable
    EXPSPACE
    EXPTIME
    PSPACE
    Type 1 (Context Sensitive)
    PSPACE-Complete
    Co-NP
    NP
    BPP
    BQP
    NP-Complete
    P
    NC
    P-Complete
    Type 2 (Context Free)
    Type 3 (Regular)


    top

    Further reading
      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.

    top

    See also






     
    Search more:
     

       
    Source Privacy License Download Contact Us Atlas
    Scientus.org Dictionary (Yet Another Wiki) RC : 1.39
    This article is licensed under the GNU Free Documentation License [copyleft]. It uses material from the Wikipedia article "Complexity class". link