Skip to content

Commit 958fa1b

Browse files
committed
Runtime: 119 ms (Top 68.89%) | Memory: 44.2 MB (Top 75.56%)
1 parent 59edbd3 commit 958fa1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/algorithms/C/Count Vowel Substrings of a String/Count Vowel Substrings of a String.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Runtime: 119 ms (Top 68.89%) | Memory: 44.2 MB (Top 75.56%)
12
/**
23
* @param {string} word
34
* @return {number}
@@ -19,4 +20,4 @@ var countVowelSubstrings = function(word) {
1920
}
2021
}
2122
return total;
22-
};
23+
};

0 commit comments

Comments
 (0)