This?  http://en.wikipedia.org/wiki/Longest_common_substring_problem

On Friday, March 9, 2012 2:30:57 PM UTC-5, payal gupta wrote:
>
>
> find the efficient implementation to find longest common contiguous 
> intersection from 2 lists provided to the function.
> Example: list1: abcrfghwetf
> list2: abrfghwwetxyab
>
> Longest common intersection here is: rfghw
>
> need the suffix array implementation in c...
> thnx..in advance!!
>
>
>
>
>
>   
>

-- 
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/-/k9wuU0jTB4QJ.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to