Skip to content

Commit 575e131

Browse files
refactor 28
1 parent 0c07ff6 commit 575e131

File tree

1 file changed

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

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
package com.fishercoder.solutions;
22

3-
/**
4-
* 28. Implement strStr()
5-
*
6-
* Implement strStr().
7-
*
8-
* Returns the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack.
9-
*/
10-
113
public class _28 {
124

135
public static class Solution1 {

0 commit comments

Comments
 (0)