Skip to content

Commit b987216

Browse files
committed
136
1 parent 64cd7f6 commit b987216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

leetcode-136-Single-Number.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public int singleNumber(int[] nums) {
6969
}
7070
```
7171

72-
上边的解法满足了题目要求,但还没有结束,下边的解法让我彻底跪了。
72+
但上边的解法还是需要 `O(n)` 的空间复杂度,下边的解法让我彻底跪了。
7373

7474
# 解法三 异或
7575

0 commit comments

Comments
 (0)