
The Myers diff algorithm: part 1 – The If Works
If you enjoy this article, I have published a book explaining the
internals of Git through implementation: Building Git.
https://blog.jcoglan.com/2017/02/12/the-myers-diff-algorithm-part-1/
Myers Diff Algorithm - Code & Interactive Visualization
Below you will find example source code and interactive visualizations that are intended to complement the paper 'An O(ND) Difference Algorithm and Its Variations' by Eugene W. Myers[1]. Multiple variants of the algorithms discussed in Myers' paper are presented in this article, along with working source code versions of the pseudo-code presented in the paper.
https://blog.robertelder.org/diff-algorithm/

Seonglae Cho