Time Complexity: How to measure the efficiency of algorithms

When we consider the complexity of an algorithm, we shouldn’t really care about the exact number of operations that are performed; instead, we should care about how the number of operations relates to the problem size.

Check out the full article at KDNuggets.com website
Time Complexity: How to measure the efficiency of algorithms

Comments