Skip to content

Commit 0765a97

Browse files
Update content/6_Advanced/Lagrange.mdx
Co-authored-by: SansPapyrus683 <55369003+SansPapyrus683@users.noreply.github.com>
1 parent 3d5b620 commit 0765a97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/6_Advanced/Lagrange.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ int main() {
127127
int a[n];
128128
for (int &i : a) { cin >> i; }
129129

130-
/*
131-
* Returns {maximum sum, subarrays used (max if ties)}
130+
/**
131+
* @return the maximum sum along with the number of subarrays used
132132
* if creating a subarray penalizes the sum by "lmb" and
133133
* there is no limit to the number of subarrays you can create
134134
*/

0 commit comments

Comments
 (0)