Difference between revisions of "Model of computation"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(First)
 
(See also)
Line 8: Line 8:
 
* [[Computability theory]]
 
* [[Computability theory]]
 
* [[Computational complexity theory]]
 
* [[Computational complexity theory]]
 +
* [[Computer science]]
 +
* [[Theoretical computer science]]
 +
* [[Turing machine]]
  
 
== External links ==  
 
== External links ==  
  
 
* [https://en.wikipedia.org/wiki/Model_of_computation Model of computation] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/Model_of_computation Model of computation] @ Wikipedia

Revision as of 05:06, 21 August 2015

In computability theory and computational complexity theory, a model of computation is the definition of the set of allowable operations used in computation and their respective costs.

It is used for measuring the complexity of an algorithm in execution time and or memory space: by assuming a certain model of computation, it is possible to analyze the computational resources required or to discuss the limitations of algorithms or computers.

See also

External links