View Single Post
  #1  
Old 02-05-2010, 08:32 AM
webdev webdev is offline
Senior Member
 
Join Date: Jun 2009
Posts: 7,868
Default Longest Common Substring

Hi, I am looking for a solution the longest common substring problem. I have the code but in C++. Can someone help me to convert the code in Multi-pascal because I need a code which is for parallel processing. Thanks. #include #include using namespace std; int main ()...
__________________
Website Development
Domain Name Forum
Reply With Quote