Skip to content

Commit 68db8ae

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 93845d3 commit 68db8ae

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
@@ -103,4 +103,4 @@ The time complexity becomes `n log(m)` because the `can_split` function is calle
103103

104104
### Space Complexity
105105

106-
The time complexity of this solution is O(1) because only constant space is used.
106+
The space complexity of this solution is O(1) because only constant space is used.

0 commit comments

Comments
 (0)