You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -355,6 +355,7 @@ Profile on LeetCode: [fartem](https://leetcode.com/fartem/).
355
355
| 2032. Two Out of Three |[Link](https://leetcode.com/problems/two-out-of-three/)|[Link](./src/main/java/com/smlnskgmail/jaman/leetcodejava/easy/TwoOutOfThree.java)|
356
356
| 2037. Minimum Number of Moves to Seat Everyone |[Link](https://leetcode.com/problems/minimum-number-of-moves-to-seat-everyone/)|[Link](./src/main/java/com/smlnskgmail/jaman/leetcodejava/easy/MinimumNumberOfMovesToSeatEveryone.java)|
357
357
| 2042. Check if Numbers Are Ascending in a Sentence |[Link](https://leetcode.com/problems/check-if-numbers-are-ascending-in-a-sentence/)|[Link](./src/main/java/com/smlnskgmail/jaman/leetcodejava/easy/CheckIfNumbersAreAscendingInASentence.java)|
358
+
| 2047. Number of Valid Words in a Sentence |[Link](https://leetcode.com/problems/number-of-valid-words-in-a-sentence/)|[Link](./src/main/java/com/smlnskgmail/jaman/leetcodejava/easy/NumberOfValidWordsInASentence.java)|
358
359
| 2053. Kth Distinct String in an Array |[Link](https://leetcode.com/problems/kth-distinct-string-in-an-array/)|[Link](./src/main/java/com/smlnskgmail/jaman/leetcodejava/easy/KthDistinctStringInAnArray.java)|
359
360
| 2057. Smallest Index With Equal Value |[Link](https://leetcode.com/problems/smallest-index-with-equal-value/)|[Link](./src/main/java/com/smlnskgmail/jaman/leetcodejava/easy/SmallestIndexWithEqualValue.java)|
360
361
| 2062. Count Vowel Substrings of a String |[Link](https://leetcode.com/problems/count-vowel-substrings-of-a-string/)|[Link](./src/main/java/com/smlnskgmail/jaman/leetcodejava/easy/CountVowelSubstringsOfAString.java)|
0 commit comments