Use KMP algorithm On Mon, Jul 25, 2011 at 4:47 PM, nitesh <[email protected]>wrote:
> Given a string, give an algo to find the number of occurrences of a > particular pattern > > Eg: > > Input: "bellatbellfordbelly" > Find the number of occurrences of pattern(or substring) "bell" in it.. > > -- > You received this message because you are subscribed to the Google Groups > "Algorithm Geeks" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/algogeeks/-/FY2cN6kSkNoJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/algogeeks?hl=en. > -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
