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/-/crQiMe5F9lwJ.
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