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#?
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#?
Refer to the diff.c in Linux source code for the diff algorithm.
Or have a look at this post