InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is an application of the edit distance problem?(a) Approximate string matching(b) Spelling correction(c) Similarity of DNA(d) Approximate string matching, Spelling Correction and Similarity of DNAThis question was posed to me in an online quiz.I need to ask this question from Edit Distance Problem in division Dynamic Programming of Data Structures & Algorithms II |
|
Answer» CORRECT option is (d) Approximate string MATCHING, Spelling CORRECTION and Similarity of DNA To EXPLAIN: All of the mentioned are the applications of the EDIT distance problem. |
|