You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Problem(34) | Solution | Time | Space | Note | Ref |
84
+
| Problem(33) | Solution | Time | Space | Note | Ref |
85
85
| ----- | ----- | ----- | ----- | ----- | ----- |
86
86
|[Leetcode-4. Median Of Two Sorted Arrays](https://leetcode.com/problems/median-of-two-sorted-arrays/description/)|[c++](./leetcode/4.median-of-two-sorted-arrays.cpp), [python](./leetcode/4.median-of-two-sorted-arrays.py)| O\(log\(min\(M, N\)\)\)| O\(1\)|\-| - |
|[Leetcode-278. First Bad Version](https://leetcode.com/problems/first-bad-version/description/)|[c++](./leetcode/278.first-bad-version.cpp), [python](./leetcode/278.first-bad-version.py)| O\(logN\)| O\(1\)| Range; |[Video](https://youtu.be/xNzBpfqzYSg)|
|[Leetcode-302. Smallest Rectangle Enclosing Black Pixels](https://leetcode.com/problems/smallest-rectangle-enclosing-black-pixels/description/)|[c++](./leetcode/302.smallest-rectangle-enclosing-black-pixels.cpp), [python](./leetcode/302.smallest-rectangle-enclosing-black-pixels.py)| O\(N \* logM \+ M \* logN\)| O\(1\)| Range | - |
103
102
|[Leetcode-374. Guess Number Higher Or Lower](https://leetcode.com/problems/guess-number-higher-or-lower/description/)|[c++](./leetcode/374.guess-number-higher-or-lower.cpp), [python](./leetcode/374.guess-number-higher-or-lower.py)| O\(logN\)| O\(1\)| Standard | - |
104
103
|[Leetcode-450. Delete Node In A Bst](https://leetcode.com/problems/delete-node-in-a-bst/description/)|[c++](./leetcode/450.delete-node-in-a-bst.cpp), [python](./leetcode/450.delete-node-in-a-bst.py)| O\(Height\)| O\(Height\)| Delete | - |
105
104
|[Leetcode-540. Single Element In A Sorted Array](https://leetcode.com/problems/single-element-in-a-sorted-array/description/)|[c++](./leetcode/540.single-element-in-a-sorted-array.cpp), [python](./leetcode/540.single-element-in-a-sorted-array.py)| O\(logN\)| O\(1\)|\-| - |
|[Leetcode-285. Inorder Successor In Bst](https://leetcode.com/problems/inorder-successor-in-bst/description/)|[c++](./leetcode/285.inorder-successor-in-bst.cpp), [python](./leetcode/285.inorder-successor-in-bst.py)|\-|\-|\-| - |
457
455
|[Leetcode-286. Walls And Gates](https://leetcode.com/problems/walls-and-gates/description/)|[c++](./leetcode/286.walls-and-gates.cpp), [python](./leetcode/286.walls-and-gates.py)|\-|\-|\-| - |
458
456
|[Leetcode-288. Unique Word Abbreviation](https://leetcode.com/problems/unique-word-abbreviation/description/)|[c++](./leetcode/288.unique-word-abbreviation.cpp), [python](./leetcode/288.unique-word-abbreviation.py)|\-|\-|\-| - |
459
457
|[Leetcode-289. Game Of Life](https://leetcode.com/problems/game-of-life/description/)|[python](./leetcode/289.game-of-life.py)|\-|\-|\-| - |
|[Leetcode-438. Find All Anagrams In A String](https://leetcode.com/problems/find-all-anagrams-in-a-string/description/)|[c++](./leetcode/438.find-all-anagrams-in-a-string.cpp), [python](./leetcode/438.find-all-anagrams-in-a-string.py)|\-|\-|\-| - |
|[Leetcode-933. Number Of Recent Calls](https://leetcode.com/problems/number-of-recent-calls/description/)|[c++](./leetcode/933.number-of-recent-calls.cpp), [python](./leetcode/933.number-of-recent-calls.py)|\-|\-|\-| - |
546
543
|[Leetcode-1150. Check If A Number Is Majority Element In A Sorted Array](https://leetcode.com/problems/check-if-a-number-is-majority-element-in-a-sorted-array/description/)|[c++](./leetcode/1150.check-if-a-number-is-majority-element-in-a-sorted-array.cpp), [python](./leetcode/1150.check-if-a-number-is-majority-element-in-a-sorted-array.py)|\-|\-|\-| - |
|[Lintcode-77. Longest Common Subsequence](https://www.lintcode.com/problem/longest-common-subsequence)|[c++](./lintcode/77.longest-common-subsequence.cpp), [python](./lintcode/77.longest-common-subsequence.py)|\-|\-|\-| - |
549
545
|[Lintcode-81. Find Median From Data Stream](https://www.lintcode.com/problem/find-median-from-data-stream)|[c++](./lintcode/81.find-median-from-data-stream.cpp), [python](./lintcode/81.find-median-from-data-stream.py)|\-|\-|\-| - |
550
546
|[Lintcode-89. K Sum](https://www.lintcode.com/problem/k-sum)|[c++](./lintcode/89.k-sum.cpp), [python](./lintcode/89.k-sum.py)|\-|\-|\-| - |
0 commit comments