The patience package
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 http://alfedenzo.livejournal.com/170301.html and http://bramcohen.livejournal.com/73318.html.
New in version 0.1.1: relaxed containers dependency, so it should build on GHC 6.10.
Properties
| Versions | 0.1, 0.1.1 |
|---|---|
| Dependencies | base (≥3 & <5), containers (≥0.2) |
| License | BSD3 |
| Author | Keegan McAllister <mcallister.keegan@gmail.com> |
| Maintainer | Keegan McAllister <mcallister.keegan@gmail.com> |
| Category | Algorithms, Text |
| Upload date | Wed Aug 17 00:18:58 UTC 2011 |
| Uploaded by | KeeganMcAllister |
| Built on | ghc-7.2 |
| Distributions | Debian: 0.1.1 |
Modules
- Data
- Algorithm
Downloads
- patience-0.1.1.tar.gz (Cabal source package)
- package description (included in the package)