Computational complexity: Difference between revisions

Content deleted Content added
Electro (talk | contribs)
m Mark unsourced statement that the default model is a multitape Turing machine
Models of computation: clarification of "generally"
Tag: Reverted
Line 47:
 
==Models of computation==
The evaluation of the complexity relies on the choice of a [[model of computation]], which consists in defining the basic operations that are done in a unit of time. When the model of computation is not explicitly specified, thisit is generally{{According toimplicitely whom|date=April 2024}} meantassumed as being a [[multitape Turing machine]], since several more realistic models of computation, such as [[random-access machine]]s are asymptotically equivalent for most problems. It is only for very specific and difficult problems, such as [[integer multiplication]] in time <math>O(n\log n),</math> that the explicit definition of the model of computation is required for proofs.
 
===Deterministic models===