mirror of
https://github.com/krahets/hello-algo.git
synced 2026-08-11 11:20:58 +00:00
deploy
This commit is contained in:
@@ -5261,8 +5261,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