Big-O Notation exponentials

107 Views Asked by At

I'm learning about Big-O notation for algorithm runtime, and I need some help understanding one part.

I read that for enter image description here the constant, c, does not matter as the function increases rapidly.

Does that mean that enter image description here?