FL (complexity)
In computational complexity theory, the complexity class FL is the set of function problems which can be solved by a deterministic Turing machine in a logarithmic amount of memory space.[citation needed] As in the definition of L, the machine reads its input from a read-only tape and writes its output to a write-only tape; the logarithmic space restriction applies only to the read/write working tape.
Loosely speaking, a function problem takes a complicated input and produces a (perhaps equally) complicated output. Function problems are distinguished from decision problems, which produce only Yes or No answers and corresponds to the set L of decision problems which can be solved in deterministic logspace. FL is a subset of FP, the set of function problems which can be solved in deterministic polynomial time.
FL is known to contain several natural problems, including the multiplication of two numbers.
Similarly one may define FNL, which has the same relation with NL as FNP has with NP.
[edit] References
- C. Alvarez and B. Jenner. A very hard log-space counting class, Theoretical Computer Science 107:3-30, 1993. defined FNL, but not FL!
[edit] External links
| P ≟ NP | This theoretical computer science-related article is a stub. You can help Wikipedia by expanding it. |