• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

C# Code

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.
 
any 3 letters? could you provide an example?
 
Back
Top