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
1785| [Minimum Elements to Add to Form a Given Sum](https://leetcode.com/problems/minimum-elements-to-add-to-form-a-given-sum/)|[C++](./C++/minimum-elements-to-add-to-form-a-given-sum.cpp)[Python](./Python/minimum-elements-to-add-to-form-a-given-sum.py)| _O(n)_ | _O(1)_ | Medium | | |
1745
1745
1788| [Maximize the Beauty of the Garden](https://leetcode.com/problems/maximize-the-beauty-of-the-garden/)|[C++](./C++/maximize-the-beauty-of-the-garden.cpp)[Python](./Python/maximize-the-beauty-of-the-garden.py)| _O(n)_ | _O(n)_ | Hard | 🔒 | |
1746
1746
1793| [Maximum Score of a Good Subarray](https://leetcode.com/problems/maximum-score-of-a-good-subarray/)|[C++](./C++/maximum-score-of-a-good-subarray.cpp)[Python](./Python/maximum-score-of-a-good-subarray.py)| _O(n)_ | _O(1)_ | Hard | | Greedy, Prefix Sum. Binary Search |
1747
+
1794| [Count Pairs of Equal Substrings With Minimum Difference](https://leetcode.com/problems/count-pairs-of-equal-substrings-with-minimum-difference/)|[C++](./C++/count-pairs-of-equal-substrings-with-minimum-difference.cpp)[Python](./Python/count-pairs-of-equal-substrings-with-minimum-difference.py)| _O(n)_ | _O(1)_ | Medium | 🔒 | |
0 commit comments