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-863](https://leetcode.com/problems/all-nodes-distance-k-in-binary-tree/)| All Nodes Distance K In Binary Tree |[c++](./leetcode/863.all-nodes-distance-k-in-binary-tree.cpp), [python3](./leetcode/863.all-nodes-distance-k-in-binary-tree.py)| Hash Table | O\(N\)| O\(N\)| - |
|[Leetcode-1399](https://leetcode.com/problems/count-largest-group/)| Count Largest Group |[c++](./leetcode/1399.count-largest-group.cpp), [python3](./leetcode/1399.count-largest-group.py)| Hash Table | O\(N\)| O\(N\)| - |
571
571
|[Leetcode-2364](https://leetcode.com/problems/count-number-of-bad-pairs/)| Count Number Of Bad Pairs |[c++](./leetcode/2364.count-number-of-bad-pairs.cpp), [python3](./leetcode/2364.count-number-of-bad-pairs.py)| Hash Table | O\(N\)| O\(N\)| - |
572
572
|[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)| Hash Table | O\(N\)| O\(1\)| - |
|[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)| Hash Table | O\(N\)| O\(N\)| - |
574
575
|[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)| Hash Table | O\(N\)| O\(M\)| - |
575
576
|[Leetcode-3325](https://leetcode.com/problems/count-substrings-with-k-frequency-characters-i/)| Count Substrings With K Frequency Characters I |[c++](./leetcode/3325.count-substrings-with-k-frequency-characters-i.cpp), [python3](./leetcode/3325.count-substrings-with-k-frequency-characters-i.py)| Hash Table | O\(N\)| O\(N\)| - |
|[Leetcode-2968](https://leetcode.com/problems/apply-operations-to-maximize-frequency-score/)| Apply Operations To Maximize Frequency Score |[c++](./leetcode/2968.apply-operations-to-maximize-frequency-score.cpp), [python3](./leetcode/2968.apply-operations-to-maximize-frequency-score.py)| Prefix Sum | O\(NlogN\)| O\(1\)| - |
692
693
|[Leetcode-930](https://leetcode.com/problems/binary-subarrays-with-sum/)| Binary Subarrays With Sum |[c++](./leetcode/930.binary-subarrays-with-sum.cpp), [python3](./leetcode/930.binary-subarrays-with-sum.py)| Prefix Sum | O\(N\)| O\(1\)| - |
693
694
|[Leetcode-1094](https://leetcode.com/problems/car-pooling/)| Car Pooling |[c++](./leetcode/1094.car-pooling.cpp), [python3](./leetcode/1094.car-pooling.py)| Prefix Sum | O\(NlogN\)| O\(N\)| - |
694
695
|[Leetcode-1893](https://leetcode.com/problems/check-if-all-the-integers-in-a-range-are-covered/)| Check If All The Integers In A Range Are Covered |[c++](./leetcode/1893.check-if-all-the-integers-in-a-range-are-covered.cpp), [python3](./leetcode/1893.check-if-all-the-integers-in-a-range-are-covered.py)| Prefix Sum | 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)| Prefix Sum | O\(N\)| O\(1\)| - |
698
+
|[Leetcode-2845](https://leetcode.com/problems/count-of-interesting-subarrays/)| Count Of Interesting Subarrays |[c++](./leetcode/2845.count-of-interesting-subarrays.cpp), [python3](./leetcode/2845.count-of-interesting-subarrays.py)| Prefix Sum | O\(N\)| O\(N\)| - |
697
699
|[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)| Prefix Sum | O\(N\)| O\(1\)| - |
698
700
|[Leetcode-3261](https://leetcode.com/problems/count-substrings-that-satisfy-k-constraint-ii/)| Count Substrings That Satisfy K Constraint II |[c++](./leetcode/3261.count-substrings-that-satisfy-k-constraint-ii.cpp), [python3](./leetcode/3261.count-substrings-that-satisfy-k-constraint-ii.py)| Prefix Sum | O\(N \+ Q\)| O\(N\)| - |
699
701
|[Leetcode-2145](https://leetcode.com/problems/count-the-hidden-sequences/)| Count The Hidden Sequences |[c++](./leetcode/2145.count-the-hidden-sequences.cpp), [python3](./leetcode/2145.count-the-hidden-sequences.py)| Prefix Sum | O\(N\)| O\(1\)| - |
|[Leetcode-2570](https://leetcode.com/problems/merge-two-2d-arrays-by-summing-values/)| Merge Two 2D Arrays By Summing Values |[c++](./leetcode/2570.merge-two-2d-arrays-by-summing-values.cpp), [python3](./leetcode/2570.merge-two-2d-arrays-by-summing-values.py)| Two Pointers | O\(N\)| O\(1\)| - |
868
870
|[Leetcode-876](https://leetcode.com/problems/middle-of-the-linked-list/)| Middle Of The Linked List |[c++](./leetcode/876.middle-of-the-linked-list.cpp), [python3](./leetcode/876.middle-of-the-linked-list.py)| Two Pointers | O\(N\)| O\(1\)| - |
871
+
|[Leetcode-1750](https://leetcode.com/problems/minimum-length-of-string-after-deleting-similar-ends/)| Minimum Length Of String After Deleting Similar Ends |[c++](./leetcode/1750.minimum-length-of-string-after-deleting-similar-ends.cpp), [python3](./leetcode/1750.minimum-length-of-string-after-deleting-similar-ends.py)| Two Pointers | O\(N\)| O\(1\)| - |
869
872
|[Leetcode-1040](https://leetcode.com/problems/moving-stones-until-consecutive-ii/)| Moving Stones Until Consecutive II |[c++](./leetcode/1040.moving-stones-until-consecutive-ii.cpp), [python3](./leetcode/1040.moving-stones-until-consecutive-ii.py)| Two Pointers | O\(NlogN\)| O\(1\)| - |
870
873
|[Leetcode-234](https://leetcode.com/problems/palindrome-linked-list/)| Palindrome Linked List |[c++](./leetcode/234.palindrome-linked-list.cpp), [python3](./leetcode/234.palindrome-linked-list.py)| Two Pointers | O\(N\)| O\(1\)| - |
0 commit comments