We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7abdc69 commit 49f5e8dCopy full SHA for 49f5e8d
problems/754.reach-a-number.md
@@ -91,7 +91,7 @@ class Solution(object):
91
92
**复杂度分析**
93
94
-- 时间复杂度:$O($\sqrt target$)$
+- 时间复杂度:$O(\sqrt target)$
95
- 空间复杂度:$O(1)$
96
97
## 相关题目
0 commit comments