This is an implementations of DiffAlgorithm
interface which will difference char arrays.
It also use Longest Common Subsequence (LCS). The algorithm is based on the book "Introduction to Algorithms" by Thomas H.Cormen, Charles E.Leiserson, and Ronald L.Riverst (MIT Press 1990) page 314.
@author smak
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|