mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-04-01 08:45:09 +08:00
Update LCS diffing to support insertions before deletions
This commit is contained in:
@@ -46,19 +46,19 @@
|
||||
@[@"bob", @"alice", @"dave"],
|
||||
@[@"gary", @"alice", @"dave", @"jack"],
|
||||
@[@0, @3],
|
||||
@[@0],
|
||||
@[@1],
|
||||
],
|
||||
@[
|
||||
@[@"bob", @"alice", @"dave", @"judy", @"lynda", @"tony"],
|
||||
@[@"gary", @"bob", @"suzy", @"tony"],
|
||||
@[@0, @2],
|
||||
@[@1, @2, @3, @4],
|
||||
@[@2, @4, @5, @6],
|
||||
],
|
||||
@[
|
||||
@[@"bob", @"alice", @"dave", @"judy"],
|
||||
@[@"judy", @"dave", @"alice", @"bob"],
|
||||
@[@1, @2, @3],
|
||||
@[@0, @1, @2],
|
||||
@[@0, @2, @4],
|
||||
],
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user