Skip to content

Commit dac8971

Browse files
authored
Update maximum-length-of-semi-decreasing-subarrays.cpp
1 parent f7a5e8c commit dac8971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C++/maximum-length-of-semi-decreasing-subarrays.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Solution {
2121
}
2222
};
2323

24-
// Time: O(n)
24+
// Time: O(nlogn)
2525
// Space: O(n)
2626
// sort
2727
class Solution2 {

0 commit comments

Comments
 (0)