Word Form of Big O Notation

3.3k Views Asked by At

O of (the contents of the parentheses)

Is this the correct way to say an expression with big O notation in words, just as y=f(x) is read y equals f of x? The expression with the big O followed by parentheses is a function, right?

2

There are 2 best solutions below

0
On

I've usually head big oh of x but as long as your audience know what you're talking about it doesn't really matter too much, unless you're working with a function O it's not likely that anyone will mistake you.
Unless you're working with little o as well. Little o doesn't seem to be used that often though so the chances for confusion should be pretty small.

0
On

If speaking of an algorithm, saying a specific algorithm is "O of n squared" is commonly used, especially in the vicinity of computer scientists.