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-973](https://leetcode.com/problems/k-closest-points-to-origin/)| K Closest Points To Origin |[c++](./leetcode/973.k-closest-points-to-origin.cpp), [python3](./leetcode/973.k-closest-points-to-origin.py)| Math | O\(NlogN\)| O\(K\)| - |
128
128
|[Leetcode-149](https://leetcode.com/problems/max-points-on-a-line/)| Max Points On A Line |[c++](./leetcode/149.max-points-on-a-line.cpp), [python3](./leetcode/149.max-points-on-a-line.py)| Math | O\(N^2\)| O\(N\)| - |
129
129
|[Leetcode-1610](https://leetcode.com/problems/maximum-number-of-visible-points/)| Maximum Number Of Visible Points |[c++](./leetcode/1610.maximum-number-of-visible-points.cpp), [python3](./leetcode/1610.maximum-number-of-visible-points.py)| Math | O\(NlogN\)| O\(N\)| - |
130
-
|[Leetcode-3411](https://leetcode.com/problems/maximum-subarray-with-equal-products/)| Maximum Subarray With Equal Products |[c++](./leetcode/3411.maximum-subarray-with-equal-products.cpp), [python3](./leetcode/3411.maximum-subarray-with-equal-products.py)| Math |\-|\-| - |
130
+
|[Leetcode-3411](https://leetcode.com/problems/maximum-subarray-with-equal-products/)| Maximum Subarray With Equal Products |[c++](./leetcode/3411.maximum-subarray-with-equal-products.cpp), [python3](./leetcode/3411.maximum-subarray-with-equal-products.py)| Math |O\(N \* sqrt\(Num\)\)| O\(N\)| - |
131
131
|[Leetcode-462](https://leetcode.com/problems/minimum-moves-to-equal-array-elements-ii/)| Minimum Moves To Equal Array Elements II |[c++](./leetcode/462.minimum-moves-to-equal-array-elements-ii.cpp), [python3](./leetcode/462.minimum-moves-to-equal-array-elements-ii.py)| Math | O\(NlogN\)| O\(1\)| - |
|[Leetcode-326](https://leetcode.com/problems/power-of-three/)| Power Of Three |[c++](./leetcode/326.power-of-three.cpp), [python3](./leetcode/326.power-of-three.py)| Math | O\(1\)| O\(1\)| - |
|[Leetcode-3048](https://leetcode.com/problems/earliest-second-to-mark-indices-i/)| Earliest Second To Mark Indices I |[c++](./leetcode/3048.earliest-second-to-mark-indices-i.cpp), [python3](./leetcode/3048.earliest-second-to-mark-indices-i.py)| Binary Search | O\(NlogN\)| O\(N\)| - |
394
395
|[Leetcode-1901](https://leetcode.com/problems/find-a-peak-element-ii/)| Find A Peak Element II |[c++](./leetcode/1901.find-a-peak-element-ii.cpp), [python3](./leetcode/1901.find-a-peak-element-ii.py)| Binary Search | O\(N \* logM\)| O\(1\)| - |
|[Leetcode-1838](https://leetcode.com/problems/frequency-of-the-most-frequent-element/)| Frequency Of The Most Frequent Element |[c++](./leetcode/1838.frequency-of-the-most-frequent-element.cpp), [python3](./leetcode/1838.frequency-of-the-most-frequent-element.py)| Prefix Sum | O\(NlogN\)| O\(1\)| - |
587
589
|[Leetcode-1208](https://leetcode.com/problems/get-equal-substrings-within-budget/)| Get Equal Substrings Within Budget |[c++](./leetcode/1208.get-equal-substrings-within-budget.cpp), [python3](./leetcode/1208.get-equal-substrings-within-budget.py)| Prefix Sum | 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)| Sliding Window | O\(N\)| O\(N\)| - |
|[Leetcode-1610](https://leetcode.com/problems/maximum-number-of-visible-points/)| Maximum Number Of Visible Points |[c++](./leetcode/1610.maximum-number-of-visible-points.cpp), [python3](./leetcode/1610.maximum-number-of-visible-points.py)| Sliding Window | O\(NlogN\)| O\(N\)| - |
778
781
|[Leetcode-1456](https://leetcode.com/problems/maximum-number-of-vowels-in-a-substring-of-given-length/)| Maximum Number Of Vowels In A Substring Of Given Length |[c++](./leetcode/1456.maximum-number-of-vowels-in-a-substring-of-given-length.cpp), [python3](./leetcode/1456.maximum-number-of-vowels-in-a-substring-of-given-length.py)| Sliding Window | O\(N\)| O\(1\)| - |
779
782
|[Leetcode-1423](https://leetcode.com/problems/maximum-points-you-can-obtain-from-cards/)| Maximum Points You Can Obtain From Cards |[c++](./leetcode/1423.maximum-points-you-can-obtain-from-cards.cpp), [python3](./leetcode/1423.maximum-points-you-can-obtain-from-cards.py)| Sliding Window | O\(N\)| O\(1\)| - |
780
-
|[Leetcode-3411](https://leetcode.com/problems/maximum-subarray-with-equal-products/)| Maximum Subarray With Equal Products |[c++](./leetcode/3411.maximum-subarray-with-equal-products.cpp), [python3](./leetcode/3411.maximum-subarray-with-equal-products.py)| Sliding Window |\-|\-| - |
783
+
|[Leetcode-3411](https://leetcode.com/problems/maximum-subarray-with-equal-products/)| Maximum Subarray With Equal Products |[c++](./leetcode/3411.maximum-subarray-with-equal-products.cpp), [python3](./leetcode/3411.maximum-subarray-with-equal-products.py)| Sliding Window |O\(N \* sqrt\(Num\)\)| O\(N\)| - |
781
784
|[Leetcode-2841](https://leetcode.com/problems/maximum-sum-of-almost-unique-subarray/)| Maximum Sum Of Almost Unique Subarray |[c++](./leetcode/2841.maximum-sum-of-almost-unique-subarray.cpp), [python3](./leetcode/2841.maximum-sum-of-almost-unique-subarray.py)| Sliding Window | O\(N\)| O\(N\)| - |
782
785
|[Leetcode-2461](https://leetcode.com/problems/maximum-sum-of-distinct-subarrays-with-length-k/)| Maximum Sum Of Distinct Subarrays With Length K |[c++](./leetcode/2461.maximum-sum-of-distinct-subarrays-with-length-k.cpp), [python3](./leetcode/2461.maximum-sum-of-distinct-subarrays-with-length-k.py)| Sliding Window | O\(N\)| O\(N\)| - |
783
786
|[Leetcode-2271](https://leetcode.com/problems/maximum-white-tiles-covered-by-a-carpet/)| Maximum White Tiles Covered By A Carpet |[c++](./leetcode/2271.maximum-white-tiles-covered-by-a-carpet.cpp), [python3](./leetcode/2271.maximum-white-tiles-covered-by-a-carpet.py)| Sliding Window | O\(NlogN\)| O\(1\)| - |
0 commit comments