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 2be87b2 commit 2be7eebCopy full SHA for 2be7eeb
README.md
@@ -72,5 +72,5 @@ Given a string s, find the longest palindromic substring in s.
72
[**ReverseInteger.java**](https://github.com/techieJarek/coding-problems/blob/master/ReverseInteger.java) -
73
Given a 32-bit signed integer, reverse digits of an integer.
74
75
-[**NeedleInAHaystack.java**](https://github.com/techieJarek/coding-problems/blob/master/NeedleInAHaystack.java)
+[**NeedleInAHaystack.java**](https://github.com/techieJarek/coding-problems/blob/master/NeedleInAHaystack.java) -
76
Return the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack.
0 commit comments