Skip to content

Commit ed7702e

Browse files
authoredMar 23, 2024
Update Lagrange.mdx
1 parent 1dead4a commit ed7702e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎content/6_Advanced/Lagrange.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ int main(){
130130
/*
131131
* Returns {maximum sum, subarrays used (max if ties)}
132132
* if creating a subarray penalizes the sum by "lmb" and
133-
* there is no limit on the number of subarrays you can create
133+
* there is no limit to the number of subarrays you can create
134134
*/
135135
auto solveLambda = [&](ll lmb){
136136
pair<ll, ll> dp[n][2];

0 commit comments

Comments
 (0)