libedit source package in Utopic

libedit-dev: No summary available for libedit-dev in ubuntu utopic.
libedit2: BSD editline and history libraries
libedit2-dbg: BSD editline and history libraries (debug package)

Versions published

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

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.