code-for-vue-3-book icon indicating copy to clipboard operation
code-for-vue-3-book copied to clipboard

11章快速 Diff 算法

Open idonteatcookie opened this issue 2 years ago • 2 comments

书上的代码只对 moved=true 进行了处理,但是没有对 moved=false 同时进行了增删操作的情况没有进行处理,比如 5 1 2 6 改为 1 3 2。这种情况下会出现错误。

书上好像没有提及这块的逻辑。

idonteatcookie avatar Feb 06 '23 09:02 idonteatcookie

有没有办法查看勘误列表啊,每一个都过来搜也太麻烦了吧,作者大大

idonteatcookie avatar Feb 06 '23 09:02 idonteatcookie

#149

Telanx avatar Nov 27 '23 13:11 Telanx