libedit source package in Yakkety

libedit-dev: BSD editline and history libraries (development files)
libedit-dev-dbgsym: debug symbols for package libedit-dev
libedit2: No summary available for libedit2 in ubuntu zesty.
libedit2-dbg: BSD editline and history libraries (debug package)
libedit2-dbgsym: No summary available for libedit2-dbgsym in ubuntu yakkety.

Versions published

There is no current release of this source package in The Yakkety Yak. You can still report bugs, make translations, and so on, but they might not be used until the package is published.

libedit information

No published releases of this package have been uploaded in Ubuntu Yakkety

Upstream connections

libEditScripttrunk

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: no
Bug tracker: no
Branch: yes

There are no registered releases for the libEditScript ⇒ trunk.

Releases in Ubuntu