Skip to content

Commit 4b8716e

Browse files
committed
Fix typo
1 parent 6fcf56b commit 4b8716e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/02algorithms/05order/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ $n = 2$ 程度なら計算量の差はほとんどありませんが、$n$ の
8787

8888
<ViewSource path="/order/example4.ipynb" />
8989

90-
このプログラムは for 文で $n^2+n=O(n)$ 回繰り返されるので、計算量は $O(n^2)$ です。
90+
このプログラムは for 文で $n^2+n=O(n^2)$ 回繰り返されるので、計算量は $O(n^2)$ です。
9191

9292
<ViewSource path="/recursion/recurrence_relation_rec.ipynb" />
9393

0 commit comments

Comments
 (0)