Skip to content

Commit 1f314d3

Browse files
committed
Runtime: 7 ms (Top 65.55%) | Memory: 7.5 MB (Top 65.85%)
1 parent b0feeba commit 1f314d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/algorithms/R/Reformat The String/Reformat The String.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Runtime: 7 ms (Top 65.55%) | Memory: 7.5 MB (Top 65.85%)
12
class Solution {
23
public:
34
string reformat(string s) {
@@ -14,4 +15,4 @@ class Solution {
1415
}
1516
return ans;
1617
}
17-
};
18+
};

0 commit comments

Comments
 (0)