The latest version of patience is 0.3-1.
patience
Version 0.1.1 revision 1 uploaded by phadej.
Package meta
- Synopsis
- Patience diff and longest increasing subsequence
- Description
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.- Author
- Keegan McAllister <mcallister.keegan@gmail.com>
- Bug reports
- n/a
- Category
- Algorithms, Text
- Copyright
- n/a
- Homepage
- n/a
- Maintainer
- Keegan McAllister <mcallister.keegan@gmail.com>
- Package URL
- n/a
- Stability
- n/a