O(Log

Logarithmic time complexity in computer science.

logarithmic time complexity O(log n)

O(log n) is a notation in computer science that describes the logarithmic time complexity of an algorithm, meaning the number of operations grows logarithmically with the size of the input.

Built by Tim Jones