Skip to content

Commit 76f8bd8

Browse files
refactor 434
1 parent f679d9e commit 76f8bd8

File tree

1 file changed

+0
-11
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+0
-11
lines changed

src/main/java/com/fishercoder/solutions/_434.java

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
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.
92

10-
Example:
11-
12-
Input: "Hello, my name is John"
13-
Output: 5*/
143
public class _434 {
154

165
public static class Solution1 {

0 commit comments

Comments
 (0)