File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,10 +51,10 @@ This repository consists of the solutions of the problems from LeetCode platform
51
51
52
52
53
53
## Bit Manipulation
54
- | # | Title | Solution | Time | Space | Difficulty | Tag | Note| Video |
54
+ | # | Title | Solution | Time | Space | Difficulty | Tag | Note|
55
55
| -----| ---------------- | --------------- | --------------- | --------------- | ------------- | --------------| -----|
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 |||
58
58
59
59
60
60
<br />
You can’t perform that action at this time.
0 commit comments