Logarithmic Complexity ↔ Order Of Complexity scales log(n) inputs
aka Log-Complexity, logn-Complexity
References
Binary Search↔ Algo to search element in pre-sorted Array by halving with Logarithmic Complexity