Breck Yunits
11/25/2020, 2:57 AMrank,color
1,blue
2,red
3,green
rank,color
1,blue
2,orange
3,purple
A nice diff format would also be helpful. Can’t seem to find much on this yet, but there must be some stuff out there in the Spreadsheet/Finance world.Emmanuel Oga
11/25/2020, 4:40 AMAny difference algorithm could theoretically process any input, regardless of whether it is split by characters, words or lines ()*. However, some difference algorithms are much more efficient at handling small tokens such as characters, others are much more efficient at handling large tokens such as lines.*: or rows? So if you treat the grid as a sequence (cells instead of characters, using row width instead of line length, and having nth element at Y * Width + X), perhaps one of the sequence diffs algos could yields better results than the others?
Breck Yunits
11/25/2020, 9:48 PMEmmanuel Oga
11/26/2020, 1:35 AMEmmanuel Oga
11/26/2020, 1:50 AM