Skip to content

Commit

Permalink
3122. Minimum Number of Operations to Satisfy Conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
claytonjwong committed May 4, 2024
1 parent ca082bc commit 40bdd2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ It's worth noting that we can perform linear scans from the top-down solutions f
* [2944. Minimum Number of Coins for Fruits](https://leetcode.com/problems/minimum-number-of-coins-for-fruits/discuss/4337004/The-ART-of-Dynamic-Programming)
* [2957. Remove Adjacent Almost-Equal Characters](https://leetcode.com/problems/remove-adjacent-almost-equal-characters/discuss/4382544/The-ART-of-Dynamic-Programming)
* [3040. Maximum Number of Operations With the Same Score II](https://leetcode.com/problems/maximum-number-of-operations-with-the-same-score-ii/solutions/4742383/the-art-of-dynamic-programming/)
* [3122. Minimum Number of Operations to Satisfy Conditions](https://leetcode.com/problems/minimum-number-of-operations-to-satisfy-conditions/solutions/5108929/the-art-of-dynamic-programming/)


#### Kadane's Algorithm: Best Ending Here
Expand Down

0 comments on commit 40bdd2f

Please sign in to comment.