Analysis of Algorithms

Principles: Complexity of O ( n 2 ) \mathcal{O}(n^2) O(n2) is not feasible. We’d like linear complexity O ( n ) \mathcal{O}(n) O(n), or linearithm O ( n l o g ( n ) ) \mathcal{O}(nlog(n)) O(nlog(n)).
相關文章
相關標籤/搜索