[erlang-questions] Diff algorithm in Erlang

Tomas Abrahamsson tomas.abrahamsson@REDACTED
Sat Jul 9 21:55:53 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).

I actually had an old implementation collecting dust on the hard drive.
I uploaded it to github: https://github.com/tomas-abrahamsson/tdiff
in case it may be useful.

BRs
Tomas



More information about the erlang-questions mailing list