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 64cd7f6 commit b987216Copy full SHA for b987216
leetcode-136-Single-Number.md
@@ -69,7 +69,7 @@ public int singleNumber(int[] nums) {
69
}
70
```
71
72
-上边的解法满足了题目要求,但还没有结束,下边的解法让我彻底跪了。
+但上边的解法还是需要 `O(n)` 的空间复杂度,下边的解法让我彻底跪了。
73
74
# 解法三 异或
75
0 commit comments