Skip to content

Commit b6bf343

Browse files
committed
Runtime: 478 ms (Top 6.80%) | Memory: 123.3 MB (Top 92.82%)
1 parent 1fa1a56 commit b6bf343

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/algorithms/P/Partition Array According to Given Pivot/Partition Array According to Given Pivot.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Runtime: 478 ms (Top 6.80%) | Memory: 123.3 MB (Top 92.82%)
12
class Solution {
23
public:
34
//simple 3pointers approach
@@ -23,6 +24,6 @@ class Solution {
2324
}
2425
}
2526
return res;
26-
27+
2728
}
2829
};

0 commit comments

Comments
 (0)