Diff Checker

Compare two texts and highlight the differences line by line.

πŸ“„

Paste two texts above to see the differences.

Frequently asked questions

What algorithm does this use?

We use a Longest Common Subsequence (LCS) algorithm, the same approach used by professional diff tools like git diff.

Related tools