mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-12 15:36:05 +00:00
deploy
This commit is contained in:
@@ -5253,8 +5253,8 @@
|
||||
<p>入力データサイズを <span class="arithmatex">\(n\)</span> とすると、以下の図はよくある空間計算量の型を低い順から高い順に示しています。</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