File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -68,11 +68,12 @@ Check out ---> [Sample PR](https://github.com/codedecks-in/LeetCode-Solutions/pu
68
68
69
69
# Bit Manipulation
70
70
71
- | # | Title | Solution | Time | Space | Difficulty | Tag | Note |
71
+ | # | Title | Solution | Time | Space | Difficulty | Tag | Tutorial |
72
72
| ---- | --------------------------------------------------------------------- | -------------------------------------------------------------------------- | ------ | ------ | ---------- | --- | --------- |
73
73
| 0136 | [ Single Number] ( https://leetcode.com/problems/single-number/ ) | [ Java] ( ./Java/single-number.java ) <br > [ Python] ( ./Python/single-number.py ) <br > [ C++] ( ./C++/Single-Number.cpp ) | _ O(n)_ | _ O(1)_ | Easy | | Using XOR |
74
- | 0260 | [ Single Number III] ( https://leetcode.com/problems/single-number-iii/ ) | [ Python] ( ./Python/single-number-iii.py ) | _ O(n)_ | _ O(1)_ | Medium | | |
75
- | 0520 | [ Detect Capital Use] ( https://leetcode.com/problems/detect-capital/ ) | [ Python] ( ./Python/detect-capital.py ) | _ O(n)_ | _ O(1)_ | Easy | | |
74
+ | 260 | [ Single Number III] ( https://leetcode.com/problems/single-number-iii/ ) | [ Python] ( ./Python/single-number-iii.py ) | _ O(n)_ | _ O(1)_ | Medium | | |
75
+ | 476 | [ Number Complement] ( https://leetcode.com/problems/number-complement/ ) | [ Java] ( ./Java/number-complement.java ) | _ O(1)_ | _ O(1)_ | Easy | | |
76
+ | 520 | [ Detect Capital Use] ( https://leetcode.com/problems/detect-capital/ ) | [ Python] ( ./Python/detect-capital.py ) | _ O(n)_ | _ O(1)_ | Easy | | |
76
77
77
78
<br />
78
79
<div align =" right " >
You can’t perform that action at this time.
0 commit comments