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
|[Leetcode-1438](https://leetcode.com/problems/longest-continuous-subarray-with-absolute-diff-less-than-or-equal-to-limit/)| Longest Continuous Subarray With Absolute Diff Less Than Or Equal To Limit |[c++](./leetcode/1438.longest-continuous-subarray-with-absolute-diff-less-than-or-equal-to-limit.cpp), [python3](./leetcode/1438.longest-continuous-subarray-with-absolute-diff-less-than-or-equal-to-limit.py)| Monotonic Queue | O\(N\)| O\(N\)| - |
|[Leetcode-1248](https://leetcode.com/problems/count-number-of-nice-subarrays/)| Count Number Of Nice Subarrays |[c++](./leetcode/1248.count-number-of-nice-subarrays.cpp), [python3](./leetcode/1248.count-number-of-nice-subarrays.py)| Sliding Window | O\(N\)| O\(1\)| - |
910
911
|[Leetcode-3306](https://leetcode.com/problems/count-of-substrings-containing-every-vowel-and-k-consonants-ii/)| Count Of Substrings Containing Every Vowel And K Consonants II |[c++](./leetcode/3306.count-of-substrings-containing-every-vowel-and-k-consonants-ii.cpp), [python3](./leetcode/3306.count-of-substrings-containing-every-vowel-and-k-consonants-ii.py)| Sliding Window | O\(N\)| O\(N\)| - |
911
912
|[Leetcode-2962](https://leetcode.com/problems/count-subarrays-where-max-element-appears-at-least-k-times/)| Count Subarrays Where Max Element Appears At Least K Times |[c++](./leetcode/2962.count-subarrays-where-max-element-appears-at-least-k-times.cpp), [python3](./leetcode/2962.count-subarrays-where-max-element-appears-at-least-k-times.py)| Sliding Window | O\(N\)| O\(1\)| - |
|[Leetcode-2302](https://leetcode.com/problems/count-subarrays-with-score-less-than-k/)| Count Subarrays With Score Less Than K |[c++](./leetcode/2302.count-subarrays-with-score-less-than-k.cpp), [python3](./leetcode/2302.count-subarrays-with-score-less-than-k.py)| Sliding Window | O\(N\)| O\(1\)| - |
913
915
|[Leetcode-3298](https://leetcode.com/problems/count-substrings-that-can-be-rearranged-to-contain-a-string-ii/)| Count Substrings That Can Be Rearranged To Contain A String II |[c++](./leetcode/3298.count-substrings-that-can-be-rearranged-to-contain-a-string-ii.cpp), [python3](./leetcode/3298.count-substrings-that-can-be-rearranged-to-contain-a-string-ii.py)| Sliding Window | O\(N\)| O\(M\)| - |
914
916
|[Leetcode-3258](https://leetcode.com/problems/count-substrings-that-satisfy-k-constraint-i/)| Count Substrings That Satisfy K Constraint I |[c++](./leetcode/3258.count-substrings-that-satisfy-k-constraint-i.cpp), [python3](./leetcode/3258.count-substrings-that-satisfy-k-constraint-i.py)| Sliding Window | O\(N\)| O\(1\)| - |
0 commit comments