Skip to main content

Logarithmic Complexity

Definition

Logarithmic complexity describes an algorithm whose execution time or space requirements grow very slowly as the input size increases. Specifically, the growth rate is proportional to the logarithm of the input size. This type of complexity is highly desirable for computational efficiency in large-scale systems.