Skip to content

Turing Complete

    Turing completeness is a system can perform any possible computation given enough time and storage. A programming languages is typically classified as Turing complete if the language can describe any computation theoretically done by a machine, such as C++ or Python.

    Share