libedit source package in Wily

libedit-dev: No summary available for libedit-dev in ubuntu vivid.
libedit2: No summary available for libedit2 in ubuntu vivid.
libedit2-dbg: No summary available for libedit2-dbg in ubuntu wily.

Versions published

There is no current release of this source package in The Wily Werewolf. 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 Wily

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.