[erlang-questions] Diff algorithm in Erlang
Gleb Peregud
gleber.p@REDACTED
Sat Jul 9 19:39:22 CEST 2011
Is there any diff algorithm like "An O(ND) Difference Algorithm by
Eugene Myers" implemented in Erlang? Or any other algorithm which
generates edit script for two lists of elements? In my case those
elements can be of any type which supports comparison operation (in
case of Erlang, it could be anything).
Yes, I've tried to find it myself, but my google fu produced no results.
Best regards,
Gleb Peregud
More information about the erlang-questions
mailing list