Skip to content

Commit 9bb9366

Browse files
committed
Runtime: 7 ms (Top 13.35%) | Memory: 9.3 MB (Top 5.39%)
1 parent 31bea1a commit 9bb9366

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/algorithms/M/Merge Strings Alternately/Merge Strings Alternately.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Runtime: 7 ms (Top 13.35%) | Memory: 9.3 MB (Top 5.39%)
12
class Solution {
23
public:
34
string mergeAlternately(string word1, string word2) {
@@ -17,4 +18,4 @@ class Solution {
1718
}
1819
return final;
1920
}
20-
};
21+
};

0 commit comments

Comments
 (0)