Skip to content

Commit 93845d3

Browse files
Update algorithms/search/binary_search/split_array_largest_sum/README.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 81693fe commit 93845d3

File tree

1 file changed

+1
-1
lines changed
  • algorithms/search/binary_search/split_array_largest_sum

1 file changed

+1
-1
lines changed

algorithms/search/binary_search/split_array_largest_sum/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Split Array Largest Sum
1+
# Split Array Largest Sum
22

33
Given an integer list nums and an integer k, split nums into k non-empty subarrays such that the largest sum among these
44
subarrays is minimized. The task is to find the minimized largest sum by choosing the split such that the largest sum of

0 commit comments

Comments
 (0)