标签: algorithm big-o asymptotic-complexity
(1/2)n 2 - 3n =Ω(n 2 )
为了演示它,作者选择值c =(1/4)和n0 = 7,但我不明白为什么。我知道大Theta的定义,但我还不知道如何应用它。