Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C# compare algorithms [closed]

Tags:

c#

algorithm

diff

Are there any open source algorithms in c# that solve the problem of creating a difference between two text files?

It would be super cool if it had some way of highlighting what exact areas where changed in the text document also.

like image 484
public static Avatar asked Sep 15 '08 18:09

public static


1 Answers

There's also a c# port of Google's (Neil Fraser) diff, match and patch.

like image 149
Goran Avatar answered Sep 18 '22 14:09

Goran