File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 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
6868
6969# Bit Manipulation
7070
71- | # | Title | Solution | Time | Space | Difficulty | Tag | Note |
71+ | # | Title | Solution | Time | Space | Difficulty | Tag | Tutorial |
7272| ---- | --------------------------------------------------------------------- | -------------------------------------------------------------------------- | ------ | ------ | ---------- | --- | --------- |
7373| 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 | | |
7677
7778<br />
7879<div align =" right " >
You can’t perform that action at this time.
0 commit comments