I have two txt documents and need to find out how different they are.
What is the best algorithm for calculating the percentage difference between two text files in c#?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Refer to the diff.c in Linux source code for the diff algorithm.
Or have a look at this post