Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
ruby-algorithm-diff
Ruby conversion of the perl's algorithm::diff
0
no reviews
Install
Diff is an algorithm which computes the differences between two lists a and b. the resulting set of differences can be applied to a (also called "patching") to get b. this is also what the unix command line tools "diff" and "patch" are able to do.