Software Engineering KB

Home

❯

01 Foundations

❯

01 Algorithms

❯

01 Concept

❯

Edit Distance

Edit Distance

Feb 10, 20261 min read

  • algorithms
  • string-algorithms
  • edit-distance

Edit Distance

← Back to String Algorithms

A measure of the minimum number of operations required to transform one string into another. Used in spell checking, DNA sequence alignment, and fuzzy matching.

Key Properties

  • Levenshtein Distance
  • Longest Common Substring

Related

  • Classic Problems (DP) (edit distance is a classic DP problem)

algorithms string-algorithms edit-distance


Graph View

  • Edit Distance
  • Key Properties
  • Related

Backlinks

  • String Algorithms
  • Levenshtein Distance
  • Longest Common Substring

Created with Quartz v4.5.2 © 2026

  • GitHub