Skip to content

Commit 8d03e93

Browse files
committed
Runtime: 88 ms (Top 64.62%) | Memory: 16.6 MB (Top 74.51%)
1 parent 18eda61 commit 8d03e93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/algorithms/M/Minimum Number of Steps to Make Two Strings Anagram/Minimum Number of Steps to Make Two Strings Anagram.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Runtime: 88 ms (Top 64.62%) | Memory: 16.6 MB (Top 74.51%)
12
class Solution {
23
public:
34
int minSteps(string s, string t) {
@@ -13,4 +14,4 @@ class Solution {
1314
}
1415
return count;
1516
}
16-
};
17+
};

0 commit comments

Comments
 (0)