@hackage patience0.3
Patience diff and longest increasing subsequence
Categories
License
BSD-3-Clause
Maintainer
chessai <chessai1996@gmail.com>
Links
Versions
Installation
Tested Compilers
Dependencies (2)
- base >=4.3 && <5
- containers >=0.5.9 && <0.8 Show all…
Dependents (7)
@hackage/lambdacube-compiler, @hackage/acme-everything, @hackage/nix-diff, @hackage/git, @hackage/options, @hackage/hit, Show all…
patience
About
This library implements the "patience diff" algorithm, as well as the patience algorithm for the longest increasing subsequence problem.
Patience diff computes the difference between two lists, for example the lines of two versions of a source file. It provides a good balance of performance, nice output for humans, and implementation simplicity. For more information, see these two blog posts: alfedenzo, bramcohen
Install
Install with cabal (new-)install patience.