Skip to content

Commit a7ec8f2

Browse files
committed
Runtime: 286 ms (Top 6.53%) | Memory: 72.3 MB (Top 5.60%)
1 parent 46d10f9 commit a7ec8f2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scripts/algorithms/S/Shortest Subarray to be Removed to Make Array Sorted/Shortest Subarray to be Removed to Make Array Sorted.cpp

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Runtime: 286 ms (Top 6.53%) | Memory: 72.3 MB (Top 5.60%)
2+
13
// itne me hi thakk gaye?
24
class Solution {
35
public:
@@ -35,5 +37,5 @@ class Solution {
3537
}
3638
if (ok(low, pref, suff, arr, n)) return low;
3739
return high;
38-
}
39-
};
40+
}
41+
};

0 commit comments

Comments
 (0)