Comment by NoahZuniga
Comment by NoahZuniga 13 hours ago
O(10^6) = O(1)
Comment by NoahZuniga 13 hours ago
O(10^6) = O(1)
The O stands for "Ordnung", the German word for order. So it does literally mean that, except mathematicians think that the order of f(x)=1 is the same as the order of f(x)=10^6, because "clearly" f(x)=x gets way bigger than any constant function.
no, the "O" here is "on the order of", not Big O notation.