Text Diff
Compare two text versions and visualize differences line by line
How it works
This tool uses the Longest Common Subsequence (LCS) algorithm to find the differences between two text files. Lines that appear only in the original text are marked as removed (red), lines that appear only in the modified text are marked as added (green), and common lines are shown as unchanged.