Skip to content

Commit 49f5e8d

Browse files
author
robot
committed
fix:复杂度公式
1 parent 7abdc69 commit 49f5e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

problems/754.reach-a-number.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class Solution(object):
9191

9292
**复杂度分析**
9393

94-
- 时间复杂度:$O($\sqrt target$)$
94+
- 时间复杂度:$O(\sqrt target)$
9595
- 空间复杂度:$O(1)$
9696

9797
## 相关题目

0 commit comments

Comments
 (0)