Skip to content

Commit 1edec4f

Browse files
committed
Runtime: 0 ms (Top 100.00%) | Memory: 6.1 MB (Top 72.47%)
1 parent 01e8403 commit 1edec4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/algorithms/R/Reverse Prefix of Word/Reverse Prefix of Word.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Runtime: 0 ms (Top 100.00%) | Memory: 6.1 MB (Top 72.47%)
12
class Solution {
23
public:
34
string reversePrefix(string word, char ch) {
@@ -12,4 +13,4 @@ class Solution {
1213
}
1314
return ans;
1415
}
15-
};
16+
};

0 commit comments

Comments
 (0)