![Python Data Structures and Algorithms](https://wfqqreader-1252317822.image.myqcloud.com/cover/153/36701153/b_36701153.jpg)
上QQ阅读APP看书,第一时间看更新
Omega notation (Ω)
In a similar way that Big O notation describes the upper bound, Omega notation describes a tight lower bound. The definition is as follows:
![](https://epubservercos.yuewen.com/CC12CE/19470408801644306/epubprivate/OEBPS/Images/6f354046-1cf0-4761-aec2-c4cd1e00e274.png?sign=1738884115-OAlD7ITj9GVWtcPcLMwFlEAcU7PkhRCL-0-697fec088ed1e30614e64b4f1f41da95)
The objective is to give the largest rate of growth that is equal to or less than the given algorithms, T(n), rate of growth.