We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dead4a commit ed7702eCopy full SHA for ed7702e
content/6_Advanced/Lagrange.mdx
@@ -130,7 +130,7 @@ int main(){
130
/*
131
* Returns {maximum sum, subarrays used (max if ties)}
132
* if creating a subarray penalizes the sum by "lmb" and
133
- * there is no limit on the number of subarrays you can create
+ * there is no limit to the number of subarrays you can create
134
*/
135
auto solveLambda = [&](ll lmb){
136
pair<ll, ll> dp[n][2];
0 commit comments