《算法导论》第44页: 在第一种情况中,不仅要f(n)小于N的log b a次方,还必须是多项式的小于。
前面对应的定义是f(n) = O(n的log b a - e)对于任意的e > 0
感觉好像多项式的小于是指最高阶的阶要比另一者的最高阶的阶要小,但是又不是很确定,上网查了半天,什么也没查到,英文版中原文如下:
Beyond this intuition, there are some technicalities that must be understood. In the first case,
not only must f (n) be smaller than ..., it must be polynomially smaller.