Example: quiz answers
Big O notation - MIT

Big O notation - MIT

Back to document page

O(1) constant O(log(n)) logarithmic O((log(n))c) polylogarithmic O(n) linear O(n2) quadratic O(nc) polynomial O(cn) exponential Note that O(nc) and O(cn) are very different. The latter grows much, much faster, no matter how big the constant c is. A function that grows faster than any power of n is

Download Big O notation - MIT


Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Other abuse

Advertisement

Related search queries