Difference between revisions of "DSPACE"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "In computational complexity theory, '''DSPACE''' or '''SPACE''' is the computational resource describing the resource of memory space for a deterministic Turing mach...")
(No difference)

Revision as of 15:52, 1 March 2016

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