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 0c07ff6 commit 575e131Copy full SHA for 575e131
src/main/java/com/fishercoder/solutions/_28.java
@@ -1,13 +1,5 @@
1
package com.fishercoder.solutions;
2
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
-
11
public class _28 {
12
13
public static class Solution1 {
0 commit comments