Tagged Questions

22
votes
5answers
2k views

What is the difference between Θ(n) and O(n)?

Sometimes I see Θ(n) with the strange Θ symbol with something in the middle of it, and sometimes just O(n). Is it just laziness of typing because nobody knows how to type this symbol, or does it mean …
3
votes
4answers
668 views

Whats tight bound and whats the difference between lower bound and tight bound?

With the reference of this Guru Badge Winning Answer, anyone can explain what is Theta (tight bound), probably, with an example or two. Omega is lower bound, quite understood, the minimum time an …