show/hide this revision's text 3 edited tags
show/hide this revision's text 2 added 22 characters in body; edited title

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

With the reference of this Guru Badge Winning Answer, anyone can explain what is Theta (tight bound) and Omega (lower bound), and what is the difference. Probablyprobably, with an example or two.

Since

Omega is lower bound, quite understood, the minimum time an algorithm may take. And we know Big-O is for upper bound, means the maximum time an algorithm may take. I have no idea regarding the the other twoTheta, mentioned in this post.

Thanks.

show/hide this revision's text 1

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

With the reference of this Guru Badge Winning Answer, anyone can explain what is Theta (tight bound) and Omega (lower bound), and what is the difference. Probably, with an example or two.

Since, we know Big-O is for upper bound, means the maximum time an algorithm may take. I have no idea regarding the the other two, mentioned in this post.

Thanks.