What is logarithms in time complexity means?
If we talk about some sorting algorithms we'll see their running time is in the order of \(O(n log(n))\) time. In this article we'll talk why logarithm time is useful and how it's working?
Let's imagine the following task
for i in range(10):
prin...
publications.theroyakash.com5 min read