Dynamic Programming21 sections · 916 units
Open in Course

Quiz: Edit Distance

Knowledge check

Check Your Understanding

In Edit Distance, what are the three operations and their typical costs?

  1. A.Only insertion with cost 1
  2. B.Insert, delete, replace - each with cost 1
  3. C.Insert and delete only, cost 2 each
  4. D.Swap adjacent characters, cost 1
Start the roadmap to answer the quizzes and solve the challenges