Misplaced Pages

Log-space computable function

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.

In computational complexity theory, a log-space computable function is a function f : Σ Σ {\displaystyle f\colon \Sigma ^{\ast }\rightarrow \Sigma ^{\ast }} that requires only O ( log n ) {\displaystyle O(\log n)} 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

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

References


P ≟ NP 

This theoretical computer science–related article is a stub. You can help Misplaced Pages by expanding it.

Categories: