With big O we express runtime in terms of how quickly it grows relative to the input as the input gets arbitrarily large.
Broken down it looks like this:
-
How quickly the runtime grows.
-
Relative to the input.
-
As the input gets arbitrarily large.