File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ I'll keep updating for full summary and better solutions. Stay tuned for updates
76
76
128 | [ Longest Consecutive Sequence] ( https://leetcode.com/problems/longest-consecutive-sequence/ ) | [ C++] ( ./C++/longest-consecutive-sequence.cpp ) [ Python] ( ./Python/longest-consecutive-sequence.py ) | _ O(n)_ | _ O(n)_ | Hard || Tricky
77
77
157 | [ Read N Characters Given Read4] ( https://leetcode.com/problems/read-n-characters-given-read4/ ) | [ C++] ( ./C++/read-n-characters-given-read4.cpp ) [ Python] ( ./Python/read-n-characters-given-read4.py ) | _ O(n)_ | _ O(1)_ | Easy |📖|
78
78
158 | [ Read N Characters Given Read4 II - Call multiple times] ( https://leetcode.com/problems/read-n-characters-given-read4-ii-call-multiple-times/ ) | [ C++] ( ./C++/read-n-characters-given-read4-ii-call-multiple-times.cpp ) [ Python] ( ./Python/read-n-characters-given-read4-ii-call-multiple-times.py ) | _ O(n)_ | _ O(1)_ | Hard |📖|
79
- 163 | [ Missing Ranges] ( https://leetcode.com/problems/missing-ranges/ ) | [ Python] ( ./Python/missing-ranges.py ) | _ O(n)_ | _ O(1)_ | Medium | 📖 |
79
+ 163 | [ Missing Ranges] ( https://leetcode.com/problems/missing-ranges/ ) | [ C++ ] ( ./C++/missing-ranges.cpp ) [ Python] ( ./Python/missing-ranges.py ) | _ O(n)_ | _ O(1)_ | Medium | 📖 |
80
80
169 | [ Majority Element] ( https://leetcode.com/problems/majority-element/ ) | [ Python] ( ./Python/majority-element.py ) | _ O(n)_ | _ O(1)_ | Easy |
81
81
189 | [ Rotate Array] ( https://leetcode.com/problems/rotate-array/ ) | [ Python] ( ./Python/rotate-array.py ) | _ O(n)_ | _ O(1)_ | Easy ||
82
82
209 | [ Minimum Size Subarray Sum] ( https://leetcode.com/problems/minimum-size-subarray-sum/ ) | [ Python] (./Python/minimum-size-subarray-sum.py) | _ O(n)_ | _ O(1)_ | Medium | | Binary Search
You can’t perform that action at this time.
0 commit comments