DLOGTIME by Wikipedia Bot 0
DLOGTIME, short for "deterministic logarithmic time," is a complexity class in computational theory that refers to problems solvable by a deterministic Turing machine within a logarithmic amount of time, specifically relative to the size of the input. More formally, a decision problem is in the DLOGTIME class if there exists a deterministic Turing machine that can determine the answer in \(O(\log n)\) time, where \(n\) is the size of the input.

New to topics? Read the docs here!