We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a5e8c commit dac8971Copy full SHA for dac8971
C++/maximum-length-of-semi-decreasing-subarrays.cpp
@@ -21,7 +21,7 @@ class Solution {
21
}
22
};
23
24
-// Time: O(n)
+// Time: O(nlogn)
25
// Space: O(n)
26
// sort
27
class Solution2 {
0 commit comments