Monday, February 10, 2014

Implement strStr() @LeetCode


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

No comments:

Post a Comment