@hackage Diff1.0.2
Diff algorithm in pure Haskell
Categories
License
BSD-3-Clause
Maintainer
David Fox <dsf@seereason.com>
Links
Versions
Installation
Tested Compilers
Dependencies (3)
Dependents (117)
@hackage/Cabal, @hackage/grafana, @hackage/HUnit-Diff, @hackage/diff-gestalt, @hackage/dojang, @hackage/hls-hlint-plugin, Show all…
Implementation of the standard diff algorithm in Haskell.
Time complexity is O(ND) (input length * number of differences). Space complexity is O(D^2). Includes utilities for pretty printing.