patience: Patience diff and longest increasing subsequence

[ algorithms, bsd3, library, text ] [ Propose Tags ]

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.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.1.1, 0.2.0.0, 0.2.1.0, 0.2.1.1, 0.3
Change log CHANGELOG.md
Dependencies base (>=4.3 && <5), containers (>=0.5.9 && <0.7) [details]
License BSD-3-Clause
Author Keegan McAllister <mcallister.keegan@gmail.com> chessai <chessai1996@gmail.com>
Maintainer chessai <chessai1996@gmail.com>
Category Algorithms, Text
Home page https://github.com/chessai/patience
Source repo head: git clone https://github.com/chessai/patience.git
Uploaded by chessai at 2019-07-29T15:54:30Z
Distributions Arch:0.3, Debian:0.3, NixOS:0.3
Reverse Dependencies 5 direct, 9 indirect [details]
Downloads 9007 total (46 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-07-29 [all 1 reports]

Readme for patience-0.3

[back to package description]

Hackage

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.