mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-25 12:56:29 +08:00
Merge pull request #131 from chengzeru/patch-1
Update space_complexity.md
This commit is contained in:
commit
0fbbdc117b
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@ $$
|
||||||
|
|
||||||
!!! tip
|
!!! tip
|
||||||
|
|
||||||
部分示例代码需要一些前置知识,包括数组、链表、二叉树、递归算法等。如果遇到看不懂的地方无需担心,可以在学习完后面章节后再来复习,现阶段先聚焦在理解时间复杂度含义和推算方法上。
|
部分示例代码需要一些前置知识,包括数组、链表、二叉树、递归算法等。如果遇到看不懂的地方无需担心,可以在学习完后面章节后再来复习,现阶段先聚焦在理解空间复杂度含义和推算方法上。
|
||||||
|
|
||||||
### 常数阶 $O(1)$
|
### 常数阶 $O(1)$
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue