mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-08 03:56:47 +08:00
deploy
This commit is contained in:
@@ -5327,8 +5327,8 @@
|
||||
<p>设输入数据大小为 <span class="arithmatex">\(n\)</span> ,图 2-16 展示了常见的空间复杂度类型(从低到高排列)。</p>
|
||||
<div class="arithmatex">\[
|
||||
\begin{aligned}
|
||||
O(1) < O(\log n) < O(n) < O(n^2) < O(2^n) \newline
|
||||
\text{常数阶} < \text{对数阶} < \text{线性阶} < \text{平方阶} < \text{指数阶}
|
||||
& O(1) < O(\log n) < O(n) < O(n^2) < O(2^n) \newline
|
||||
& \text{常数阶} < \text{对数阶} < \text{线性阶} < \text{平方阶} < \text{指数阶}
|
||||
\end{aligned}
|
||||
\]</div>
|
||||
<p><img alt="常见的空间复杂度类型" class="animation-figure" src="../space_complexity.assets/space_complexity_common_types.png" /></p>
|
||||
|
||||
Reference in New Issue
Block a user