Hacker News new | ask | show | jobs
by tempnow987 1523 days ago
I always used big O for worst case (by default). I did think that was common.

Theta and Omega I use differently however.

I sometimes say, best case if X then it's O(n) or whatever.