libedit package in Ubuntu
libedit-dev: BSD editline and history libraries (development files)
libedit2: BSD editline and history libraries
libedit2-dbgsym: debug symbols for libedit2
libeditreadline
This package has 2 new bugs and 0 open questions.
Package information
- Maintainer:
- LLVM Packaging Team
- Urgency:*
- Medium Urgency
- Architectures:*
- any
- Latest upload:
- 3.1-20221030-2
*actual publishing details may vary in this distribution, these are just the package defaults.
Upstream connections
Given two strings S1 and S2 and three operations (Insert, delete, change) each with different costs, the sequence of operations to convert S1 to S2 is well known as the string editing problem. The minimum cost of transforming S1 to S2 is known as the the 'Edit Distance' between the strings S1 and S2. Computing the edit distance between strings has immense applications, in fact we use edit distance in our day to day life , edit distance is what gets computed when we 'diff' two files. Computing edit script is more general than just computing the edit distance, Hirschberg's algorithm gives a space efficient dynamic programming formulation for computing the edit script, the algorithm is recursive in nature. In this work we implement a non recursive version of the Hirschberg's algorithm. Our context of this problem is to build a highly area efficient VLSI hardware.
- Bug supervisor:
- Bug tracker:
- Branch:
There are no registered releases for the libEditScript ⇒ trunk.
The Mantic Minotaur (current stable release) | ||
3.1-20221030-2 | release (main) | |
The Lunar Lobster (supported) | ||
3.1-20221030-2 | release (main) | |
The Jammy Jellyfish (supported) | ||
3.1-20210910-1build1 | release (main) | |
The Focal Fossa (supported) | ||
3.1-20191231-1 | release (main) | |
The Bionic Beaver (supported) | ||
3.1-20170329-1 | release (main) | |
The Xenial Xerus (supported) | ||
3.1-20150325-1ubuntu2 | release (main) | |
The Trusty Tahr (supported) | ||
3.1-20130712-2 | release (main) | |