Skip to content

Commit a5a264e

Browse files
committed
Runtime: 4 ms (Top 45.16%) | Memory: 8 MB (Top 87.37%)
1 parent ddd3be1 commit a5a264e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/algorithms/O/Optimal Division/Optimal Division.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Runtime: 4 ms (Top 45.16%) | Memory: 8 MB (Top 87.37%)
12
class Solution {
23
public:
34
string optimalDivision(vector<int>& nums) {
@@ -15,4 +16,4 @@ class Solution {
1516
s[s.size()-1]=')';
1617
return s;
1718
}
18-
};
19+
};

0 commit comments

Comments
 (0)