Skip to content

Commit

Permalink
Update space_complexity.md
Browse files Browse the repository at this point in the history
  • Loading branch information
krahets authored Dec 19, 2022
1 parent 150c40f commit 7640ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/chapter_computational_complexity/space_complexity.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ $$

!!! tip

部分示例代码需要一些前置知识,包括数组、链表、二叉树、递归算法等。如果遇到看不懂的地方无需担心,可以在学习完后面章节后再来复习,现阶段先聚焦在理空间复杂度含义和推算方法上
部分示例代码需要一些前置知识,包括数组、链表、二叉树、递归算法等。如果遇到看不懂的地方无需担心,可以在学习完后面章节后再来复习,现阶段先聚焦在理解空间复杂度含义和推算方法上

### 常数阶 $O(1)$

Expand Down

0 comments on commit 7640ef8

Please sign in to comment.