How line-by-line text comparison works
Understand line tokens, longest common subsequences, deterministic edit records and the limits of a syntactic text comparison.
Read articleLine diff explained
Three guides explain LCS alignment, whitespace and final newlines, and deterministic choices around repeated lines.
Understand line tokens, longest common subsequences, deterministic edit records and the limits of a syntactic text comparison.
Read articleLearn what exact, edge-whitespace and all-whitespace matching change—and what remains visible in the source versions.
Read articleSee why more than one shortest alignment can exist and how a stable removal-first rule makes results reproducible.
Read article