feat(diff): implemented the myers diff algorithm with longest common subsequence and printing the diff

This commit is contained in:
lisk77 2025-08-17 18:20:04 +02:00
parent f7043cc03a
commit 190aa7cc76
4 changed files with 167 additions and 7 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
build/
test/