Log-space computable function

From testwiki
Revision as of 12:33, 20 July 2022 by imported>Tea2min (Examples of log-space computable functions: Better match of link text and link target in piped link. (Machine that always halts redirects to Decider Turing machine.))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

In computational complexity theory, a log-space computable function is a function f:ΣΣ that requires only O(logn) memory to be computed (this restriction does not apply to the size of the output). The computation is generally done by means of a log-space transducer.

Log-space reductions

The main use for log-space computable functions is in log-space reductions. This is a means of transforming an instance of one problem into an instance of another problem, using only logarithmic space.

Examples of log-space computable functions

Notes

Template:Reflist

References


Template:Comp-sci-theory-stub

  1. Sipser (2006) International Second Edition, p. 328.