DSPACE

From Wiki @ Karl Jones dot com
Revision as of 14:39, 22 April 2016 by Karl Jones (Talk | contribs) (External links)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

In computational complexity theory, DSPACE or SPACE is the computational resource describing the resource of memory space for a deterministic Turing machine.

Description

It represents the total amount of memory space that a "normal" physical computer would need to solve a given computational problem with a given algorithm.

It is one of the most well-studied complexity measures, because it corresponds so closely to an important real-world resource: the amount of physical computer memory needed to run a given program.

See also

External links