File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed
count-vowel-strings-in-ranges Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -2610,4 +2610,6 @@ https://leetcode.cn/problems/building-h2o
2610
2610
2611
2611
https://leetcode.cn/problems/equal-row-and-column-pairs
2612
2612
2613
+ https://leetcode.cn/problems/count-vowel-strings-in-ranges
2614
+
2613
2615
</details >
Original file line number Diff line number Diff line change
1
+ package com.github.masx200.leetcode_test.count_vowel_strings_in_ranges
2
+
3
+ class Solution {
4
+ fun vowelStrings (words : Array <String >, queries : Array <IntArray >): IntArray {
5
+
6
+ }
7
+ }
Original file line number Diff line number Diff line change 4
4
<content url =" file://$MODULE_DIR$" dumb =" true" >
5
5
<sourceFolder url =" file://$MODULE_DIR$/test" isTestSource =" true" packagePrefix =" com.github.masx200.leetcode_test" />
6
6
<sourceFolder url =" file://$MODULE_DIR$/zigzag-iterator" isTestSource =" false" packagePrefix =" com.github.masx200.leetcode_test.zigzag_iterator" />
7
+ <sourceFolder url =" file://$MODULE_DIR$/count-vowel-strings-in-ranges" isTestSource =" false" packagePrefix =" com.github.masx200.leetcode_test.count_vowel_strings_in_ranges" />
8
+ <sourceFolder url =" file://$MODULE_DIR$" isTestSource =" false" packagePrefix =" com.github.masx200.leetcode_test" />
7
9
<excludeFolder url =" file://$MODULE_DIR$/target" />
8
10
</content >
9
11
</component >
You can’t perform that action at this time.
0 commit comments