Computational complexity theory (nonfiction): Difference between revisions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
A computational problem is understood to be a task that is in principle amenable to being solved by a computer, which is equivalent to stating that the problem may be solved by mechanical application of mathematical steps, such as an [[algorithm (nonfiction)]]. | A computational problem is understood to be a task that is in principle amenable to being solved by a computer, which is equivalent to stating that the problem may be solved by mechanical application of mathematical steps, such as an [[algorithm (nonfiction)]]. | ||
A problem is regarded as inherently difficult if its solution requires significant resources, whatever the algorithm used. | A problem is regarded as inherently difficult if its solution requires significant resources, whatever the algorithm used. | ||
The theory formalizes this intuition, by introducing mathematical models of computation to study these problems and quantifying the amount of resources needed to solve them, such as time and storage. | The theory formalizes this intuition, by introducing mathematical models of computation to study these problems and quantifying the amount of resources needed to solve them, such as time and storage. | ||
One of the roles of computational complexity theory is to determine the practical limits on what computers can and cannot do. | One of the roles of computational complexity theory is to determine the practical limits on what computers can and cannot do. | ||
== | == In the News == | ||
<gallery mode="traditional"> | |||
</gallery> | |||
== Fiction cross-reference == | |||
* [[Gnomon algorithm]] | |||
== Nonfiction cross-reference == | == Nonfiction cross-reference == | ||
Line 39: | Line 30: | ||
* [[Measurement (nonfiction)]] | * [[Measurement (nonfiction)]] | ||
External links: | |||
* [https://en.wikipedia.org/wiki/Computational_complexity_theory Computational complexity theory] @ Wikipedia | * [https://en.wikipedia.org/wiki/Computational_complexity_theory Computational complexity theory] @ Wikipedia | ||
Revision as of 18:18, 22 June 2016
Computational complexity theory is a branch of the theory of computation in theoretical computer science and mathematics (nonfiction) that focuses on classifying computational problems according to their inherent difficulty, and relating those complexity classes to each other.
A computational problem is understood to be a task that is in principle amenable to being solved by a computer, which is equivalent to stating that the problem may be solved by mechanical application of mathematical steps, such as an algorithm (nonfiction).
A problem is regarded as inherently difficult if its solution requires significant resources, whatever the algorithm used.
The theory formalizes this intuition, by introducing mathematical models of computation to study these problems and quantifying the amount of resources needed to solve them, such as time and storage.
One of the roles of computational complexity theory is to determine the practical limits on what computers can and cannot do.
In the News
Fiction cross-reference
Nonfiction cross-reference
- Algorithm (nonfiction)
- Computation (nonfiction)
- Computer science (nonfiction)
- Evil bit (nonfiction)
- Gnomon (nonfiction)
- Gnomon Algorithm (nonfiction)
- Mathematical function (nonfiction)
- Mathematics (nonfiction)
- Measurement (nonfiction)
External links:
- Computational complexity theory @ Wikipedia