摘要: Big-O: \(O().\) 这个很常用, 给出了算法的复杂度上界. \(f(n) \in O(g(n)): \exists c > 0, \exists n_0\) such that \(\forall n \geq n_0, f(n) \leq cg(n).\) Little-o: \(o( 阅读全文
posted @ 2025-04-07 21:43 神龙小虾 阅读(52) 评论(0) 推荐(0)