Google Interview Question

What is the fastest Big O equation?

Interview Answers

Anonymous

Oct 9, 2019

I think that should be O(1).

3

Anonymous

Sep 17, 2019

1.O=n, correct answer was log(n)

3