C# Code

  • Thread starter Thread starter rawger
  • Start date Start date
Joined
12/16/07
Messages
29
Points
11
This might sound a bit stupid...but I will ask it anyways.


I have an array which contains words.

I have to pick up the words which have more than 5 letters and then compare the first 3 letters of these words with the words in another array in order to look for similarities.

ANy suggestions or code on how this can be done in C# ( Linq to SQL)

Thanks
 
what is your definition of similarities? That's very ambiguous...Soundex similarities? 2 out of 3 letters similar? be more specific.
 
Back
Top Bottom