Calculate 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 #?

+3
source share

All Articles