Skip to content

Commit 3ef6be2

Browse files
authored
Update split-array-largest-sum.cpp
1 parent 1e33f21 commit 3ef6be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C++/split-array-largest-sum.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Time: O(nlogn)
1+
// Time: O(nlogs), s is the sum of nums
22
// Space: O(1)
33

44
class Solution {

0 commit comments

Comments
 (0)