-3

I am working on finding the similarity/differences in the source code of different java programs. I've used an implementation of the Levenshtein algorithm to find how similar two programs are. I want to know if there is any algorithm that can help in finding the exact positions where two strings differ.

4

1 回答 1

1

通过查看内部工作原理,您会发现比您想知道的更多diff- 例如参见此链接或只是wiki 文章

于 2013-04-14T10:49:01.133 回答