Skip to content

Commit 04507dd

Browse files
Update README.md
1 parent 225d7d0 commit 04507dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ This repository consists of the solutions of the problems from LeetCode platform
5151

5252

5353
## Bit Manipulation
54-
| # | Title | Solution | Time | Space | Difficulty | Tag | Note| Video |
54+
| # | Title | Solution | Time | Space | Difficulty | Tag | Note|
5555
|-----|---------------- | --------------- | --------------- | --------------- | ------------- |--------------|-----|
56-
0136 | [Single Number](https://leetcode.com/problems/single-number/) | [Java](./Java/single-number.java) <br> [Python](./Python/single-number.py) | _O(n)_ | _O(1)_ | Easy | | Using XOR ||
57-
0137 | [Single Number II](https://leetcode.com/problems/single-number-ii/) | [Java](./Java/single-number-ii.java) <br> [Python](./Python/single-number-ii.py) | _O(n)_ | _O(1)_ | Medium ||||
56+
0136 | [Single Number](https://leetcode.com/problems/single-number/) | [Java](./Java/single-number.java) <br> [Python](./Python/single-number.py) | _O(n)_ | _O(1)_ | Easy | | Using XOR |
57+
0137 | [Single Number II](https://leetcode.com/problems/single-number-ii/) | [Java](./Java/single-number-ii.java) <br> [Python](./Python/single-number-ii.py) | _O(n)_ | _O(1)_ | Medium |||
5858

5959

6060
<br/>

0 commit comments

Comments
 (0)