git diff的原理是什么?

浏览:64日期:2023-10-29

问题描述

RT[字数补丁]

问题解答

回答1:

这个写的非常详细http://www.ruanyifeng.com/blog/2012/08/how_to_read_diff.html

回答2:

最长公共子序列(Longest common subsequence problem)

It is a classic computer science problem, the basis of file comparison programs such as diff

相关文章: