Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Find the Index of the First Occurence in a String
A LeetCode's Algorithm Given two strings needle and haystack, return the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack.
- Loading branch information