We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddd3be1 commit a5a264eCopy full SHA for a5a264e
scripts/algorithms/O/Optimal Division/Optimal Division.cpp
@@ -1,3 +1,4 @@
1
+// Runtime: 4 ms (Top 45.16%) | Memory: 8 MB (Top 87.37%)
2
class Solution {
3
public:
4
string optimalDivision(vector<int>& nums) {
@@ -15,4 +16,4 @@ class Solution {
15
16
s[s.size()-1]=')';
17
return s;
18
}
-};
19
+};
0 commit comments