Implement strStr()

AC Rate: 214/1032
My Submissions

Implement strStr().

Returns a pointer to the first occurrence of needle in haystack, or null if needle is not part of haystack.



Send Feedback