AdvancedVocabulary#software-architecture#developer-tools#backend

Edit Distance Vocabulary

Learn the vocabulary of computing the minimum number of edits needed to transform one string into another.

0 / 5 completed
1 / 5
At standup, a dev mentions computing the minimum number of single-character insertions, deletions, and substitutions needed to transform one string into another, by building up a table of best answers for every pair of prefixes of the two strings. What is this concept called?