Find the location of pattern in target using KMP algorithm
the pattern to find
the target to search in
the index of the first occurrence of pattern in target, if pattern is not found, return -1
Find the location of pattern in target using KMP algorithm