the computational complexity of angry birds

<aside>

可计算算法,渐进复杂度分析

NP and Computational Intractability


</aside>

Asymptotic Order of growthshang渐进

<aside>

</aside>

从定义看,渐进到某个函数构成的函数集合对应相应记号,那么取特定函数作为代表即可

$$ c,\log n,\log^2n,n,n\log n,n^2,n^3,2^n $$

$f(x)=O(g(x))$ ↔ $f(x)\in O(g(x))$


properties