DEV Community

Mahir-Ahsef
Mahir-Ahsef

Posted on

diffing- algorithm

The set of differences between two inputs is output by a diff algorithm. A number of widely used developer tools are based on these algorithms. A developer can view, commit, pull, and merge diffs without ever learning the underlying diff process in Git, for example.

Top comments (0)