Given that you have one string of length N and M small strings of length L . How do you efficiently find the occurrence of each small string in the larger one ? Suffix Tree Definition A suffix tree ST for an m-character string S is a rooted directed tree with exactly m leaves numbered […]