logrymden
Logrymden, or logarithmic space, is a concept in theoretical computer science that describes the amount of memory a computation uses that grows at most logarithmically with the input size n. In formal models such as Turing machines, a machine operating in logrymden uses O(log n) cells on its work tape (in addition to reading the input itself), which means the memory footprint increases very slowly as the input grows.
Two central complexity classes are defined in this setting: L (deterministic logrymden) and NL (nondeterministic logrymden).
Many natural problems are NL-complete under logarithmic-space reductions, meaning they are among the hardest problems in
Logrymden is primarily a theoretical measure but informs the design and analysis of memory-efficient algorithms and