Skip to content

Commit 0e39d41

Browse files
committed
Update 0004.md
1 parent d272836 commit 0e39d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/solutions/0004.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,5 @@ class Solution:
124124

125125
### 思路 1:复杂度分析
126126

127-
- **时间复杂度**:$O(\log_2 (m + n))$ 。
127+
- **时间复杂度**:$O(\log_2 min(m, n))$ 。
128128
- **空间复杂度**:$O(1)$。

0 commit comments

Comments
 (0)