We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.DS

Change to browse by:

cs

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Data Structures and Algorithms

Title: Algorithm to derive shortest edit script using Levenshtein distance algorithm

Abstract: String similarity, longest common subsequence and shortest edit scripts are the triplets of problem that related to each other. There are different algorithms exist to generate edit script by solving longest common subsequence problem. This paper proposes an algorithm that uses string similarity problem to generate shortest edit script. For this we use the famous Levenshtein distance algorithm, which computes a numerical value that represents similarity between the strings from 0 to n, where n is the length of longest input string, and produce the shortest edit script which contains instructions of Insert, Delete and Substitute.
Subjects: Data Structures and Algorithms (cs.DS)
Cite as: arXiv:2208.08823 [cs.DS]
  (or arXiv:2208.08823v1 [cs.DS] for this version)

Submission history

From: Prakash Maria Liju P [view email]
[v1] Thu, 18 Aug 2022 13:29:29 GMT (563kb)

Link back to: arXiv, form interface, contact.