We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d272836 commit 0e39d41Copy full SHA for 0e39d41
docs/solutions/0004.md
@@ -124,5 +124,5 @@ class Solution:
124
125
### 思路 1:复杂度分析
126
127
-- **时间复杂度**:$O(\log_2 (m + n))$ 。
+- **时间复杂度**:$O(\log_2 min(m, n))$ 。
128
- **空间复杂度**:$O(1)$。
0 commit comments