Skip to content

Commit 726e6d0

Browse files
committed
Runtime: 18 ms (Top 59.02%) | Memory: 9.7 MB (Top 71.88%)
1 parent df0a18d commit 726e6d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/algorithms/M/Maximum Number of Words Found in Sentences/Maximum Number of Words Found in Sentences.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Runtime: 18 ms (Top 59.02%) | Memory: 9.7 MB (Top 71.88%)
12
class Solution {
23
public:
34
int mostWordsFound(vector<string>& sentences) {
@@ -8,4 +9,4 @@ class Solution {
89
}
910
return res;
1011
}
11-
};
12+
};

0 commit comments

Comments
 (0)