A very simple and direct difference algorithm for row Node
objects in a spreadsheet. Basically, it will compare objects in sequence and does not look ahead (unlike LCS).
NOTE: The algorithm will have potential side effect to split rows.
@author smak
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|