We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f679d9e commit 76f8bd8Copy full SHA for 76f8bd8
src/main/java/com/fishercoder/solutions/_434.java
@@ -1,16 +1,5 @@
1
package com.fishercoder.solutions;
2
-/**
3
- * 434. Number of Segments in a String
4
- *
5
- * Count the number of segments in a string,
6
- * where a segment is defined to be a contiguous sequence of non-space characters.
7
8
- * Please note that the string does not contain any non-printable characters.
9
10
-Example:
11
-
12
-Input: "Hello, my name is John"
13
-Output: 5*/
14
public class _434 {
15
16
public static class Solution1 {
0 commit comments