mrblah
mrblah

Reputation: 103647

text comparison/difference algorithm

Is there a c# library/algorithm that compares 2 texts and displays what is different in them?

Upvotes: 1

Views: 1487

Answers (1)

Druid
Druid

Reputation: 6453

See Diff.Net:

Diff.NET is a differencing utility I wrote in C#. It provides side-by-side differencing for files and directories. For files it also provides an overview diff and a line-to-line diff. And it can do a visual difference of binary files.

Upvotes: 3

Related Questions